nsd icon indicating copy to clipboard operation
nsd copied to clipboard

multiple "xfrd: zone %s written received XFR packet from %s with serial %u to " logged

Open ttyS4 opened this issue 1 month ago • 3 comments

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 naked if statement

Probably only a few uses verbosity level 4 like I do so no one noticed.

ttyS4 avatar Jun 05 '24 17:06 ttyS4