From: Danny Mayer Date: Fri, 1 Apr 2005 02:57:56 +0000 (-0500) Subject: Change ignore packet message to only print if debug > 3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6444fc7733fddfeafcbf9814bd783d013e2bfd2;p=thirdparty%2Fntp.git Change ignore packet message to only print if debug > 3 bk: 424cb8b4v5ZxsoBSEbfoFs1F_MKnrw --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index da5ec4e52a..ebfcf80b98 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -2068,7 +2068,7 @@ input_handler( (void) recvfrom(fd, buf, sizeof(buf), 0, (struct sockaddr*)&from, &fromlen); #ifdef DEBUG - if (debug) + if (debug > 3) printf("%s on %d(%lu) fd=%d from %s\n", (inter_list[i].ignore_packets == ISC_TRUE) ? "ignore" : "drop", i, free_recvbuffs(), fd,