From bc46ad847ffa6ccb5e1fc692b693dd2ce5179685 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 9 Jul 2004 15:08:54 +0000 Subject: [PATCH] too chatty; ok henning --- src/usr.sbin/ntpd/ntpd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/usr.sbin/ntpd/ntpd.c b/src/usr.sbin/ntpd/ntpd.c index e363d689..6115ac58 100644 --- a/src/usr.sbin/ntpd/ntpd.c +++ b/src/usr.sbin/ntpd/ntpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.c,v 1.9 2004/07/09 11:34:11 henning Exp $ */ +/* $OpenBSD: ntpd.c,v 1.10 2004/07/09 15:08:54 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -122,8 +122,6 @@ main(int argc, char *argv[]) if (!debug) daemon(1, 0); - log_info("startup"); - if (pipe(pipe_chld) == -1) fatal("pipe");