]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Increased the debug level at which a tiny debug message is printed.
authorMartin Burnicki <burnicki@ntp.org>
Wed, 3 Jun 2015 15:04:21 +0000 (17:04 +0200)
committerMartin Burnicki <burnicki@ntp.org>
Wed, 3 Jun 2015 15:04:21 +0000 (17:04 +0200)
bk: 556f1775UHAndHa_qmK8i9WR8fUcQw

ChangeLog
ntpd/ntp_io.c

index 60c1fe6ba7d275f6c824c3af3f792d9b0954a381..3bc87124845170ac94518b1428ac0b5bdd0226d6 100644 (file)
--- 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
index ad1b41e42eeb4e5896975d4862376d5a2b667053..14f5acbdb604246d9f86133ff605205e6937ae86 100644 (file)
@@ -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 */