You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the intention is to log only on the last because of the if statement: zone->latest_xfr->msg_seq_nr == 0 however there is no { and } it is a naked if statement
Probably only a few uses verbosity level 4 like I do so no one noticed.
The text was updated successfully, but these errors were encountered:
Hi Tamas, actually I believe this is correct, because the message is logged for every packet that is part of the transfer and that has been written out to the transfer file on disk. Perhaps it would be better to take along the msg_seq_nr in the message though, so you don't see exactly the same message repeated for all the packets that make up the entire transfer.
xfrd.c:#L2472 is where this message is logged.
I believe the intention is to log only on the last because of the if statement:
zone->latest_xfr->msg_seq_nr == 0
however there is no{
and}
it is a nakedif
statementProbably only a few uses verbosity level 4 like I do so no one noticed.
The text was updated successfully, but these errors were encountered: