From: Martin Burnicki Date: Wed, 3 Jun 2015 15:04:21 +0000 (+0200) Subject: Increased the debug level at which a tiny debug message is printed. X-Git-Tag: NTP_4_3_35~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f2259dd7b8226eafd38f83c3706e18ee4f812e9;p=thirdparty%2Fntp.git Increased the debug level at which a tiny debug message is printed. bk: 556f1775UHAndHa_qmK8i9WR8fUcQw --- diff --git a/ChangeLog b/ChangeLog index 60c1fe6ba..3bc871248 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ --- + Increased the debug level at which a tiny debug message is printed. * [Bug 2824] Convert update-leap to perl. (also see 2769) * [Bug 2832] refclock_jjy.c supports the TDC-300. * [Bug 2834] Correct a broken html tag in html/refclock.html diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index ad1b41e42..14f5acbdb 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -3576,7 +3576,7 @@ io_handler(void) else if (debug > 4) { msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound); } else { - DPRINTF(1, ("select() returned %d: %m\n", nfound)); + DPRINTF(3, ("select() returned %d: %m\n", nfound)); } # endif /* DEBUG */ # else /* HAVE_SIGNALED_IO */