diff options
author | 2015-01-13 14:52:47 +0000 | |
---|---|---|
committer | 2015-01-13 14:52:47 +0000 | |
commit | aa81f020de35cff1fe48dd4d4fef9eb0dcc65a37 (patch) | |
tree | 7978f85e0c5105388877d0469d5a70e210854993 | |
parent | implement a SIGINFO handler so we can discern a stuck fuzz test (diff) | |
download | wireguard-openbsd-aa81f020de35cff1fe48dd4d4fef9eb0dcc65a37.tar.xz wireguard-openbsd-aa81f020de35cff1fe48dd4d4fef9eb0dcc65a37.zip |
bump failure to set the initial time from debug to warning
from Paul B. Henson, ok phessler@
-rw-r--r-- | usr.sbin/ntpd/ntpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.c b/usr.sbin/ntpd/ntpd.c index fae5c7a9ed1..972849c8fd3 100644 --- a/usr.sbin/ntpd/ntpd.c +++ b/usr.sbin/ntpd/ntpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.c,v 1.84 2015/01/13 02:28:56 bcook Exp $ */ +/* $OpenBSD: ntpd.c,v 1.85 2015/01/13 14:52:47 bcook Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -221,7 +221,7 @@ main(int argc, char *argv[]) lconf.settime = 0; timeout = INFTIM; log_init(lconf.debug); - log_debug("no reply received in time, skipping initial " + log_warnx("no reply received in time, skipping initial " "time setting"); if (!lconf.debug) if (daemon(1, 0)) |