From: NTP Release Engineering Date: Wed, 4 Mar 2020 01:09:57 +0000 (-0800) Subject: quiet some debug messages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac2b44ab8e67b269530b7f7776efcae8660296e;p=thirdparty%2Fntp.git quiet some debug messages bk: 5e5effe5np1wKP-KzS2THVeOpeMDMg --- diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index 28c704509..ee9df318a 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -4204,8 +4204,6 @@ peerflag_bits( case T_Xmtnonce: if ( MODE_CLIENT == hmode ) { peerflags |= FLAG_LOOPNONCE; - } else { -DPRINTF(0, ("Xmtnonce: mode %d, srcaddr <%s>\n", hmode, pn->addr->address)); } break; } diff --git a/ntpd/ntp_peer.c b/ntpd/ntp_peer.c index 71c093683..c1716ffe0 100644 --- a/ntpd/ntp_peer.c +++ b/ntpd/ntp_peer.c @@ -844,11 +844,13 @@ newpeer( return NULL; } +#if 0 DPRINTF(1, ("newpeer(%s) found no existing and %d other associations\n", (hostname) ? hostname : stoa(srcadr), ip_count)); +#endif /* Check ippeerlimit wrt ip_count */ if (ippeerlimit > -1) {