Browse Source

some typos in log messages.

ok henning@
OPENBSD_3_7
moritz 20 years ago
parent
commit
d2089d6098
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/usr.sbin/ntpd/ntpd.c

+ 3
- 3
src/usr.sbin/ntpd/ntpd.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: ntpd.c,v 1.25 2004/12/06 20:57:17 mickey Exp $ */
/* $OpenBSD: ntpd.c,v 1.26 2004/12/20 15:10:05 moritz Exp $ */
/* /*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@ -164,7 +164,7 @@ main(int argc, char *argv[])
} }
if (nfds == 0 && conf.settime) { if (nfds == 0 && conf.settime) {
log_debug("no reply received, skipping initial time"
log_debug("no reply received, skipping initial time "
"setting"); "setting");
conf.settime = 0; conf.settime = 0;
timeout = INFTIM; timeout = INFTIM;
@ -175,7 +175,7 @@ main(int argc, char *argv[])
if (nfds > 0 && (pfd[PFD_PIPE].revents & POLLOUT)) if (nfds > 0 && (pfd[PFD_PIPE].revents & POLLOUT))
if (msgbuf_write(&ibuf->w) < 0) { if (msgbuf_write(&ibuf->w) < 0) {
log_warn("pipe write error (to child");
log_warn("pipe write error (to child)");
quit = 1; quit = 1;
} }


Loading…
Cancel
Save