]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2896] logging message cleanup
authorHarlan Stenn <stenn@ntp.org>
Sun, 8 Jan 2017 09:30:07 +0000 (09:30 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 8 Jan 2017 09:30:07 +0000 (09:30 +0000)
bk: 5872069fh--UoHJmGqofiZyN2hppHA

ntpd/ntp_config.c

index 2730e4271d89d84614b8085deb86a58f60fed0eb..9748afab92373aab5cbb3b79f84706d1bf9d9df3 100644 (file)
@@ -2067,8 +2067,8 @@ config_tos(
 
        if ( ! (l_minsane < l_minclock && l_minclock <= l_maxclock)) {
                msyslog(LOG_ERR,
-                       "tos error: minsane(=%d) < minclock(=%d) <= maxclock(=%d)"
-                       " - deamon  will not operate properly!",
+                       "tos error: must have minsane (%d) < minclock (%d) <= maxclock (%d)"
+                       " - daemon will not operate properly!",
                        l_minsane, l_minclock, l_maxclock);
        }