Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/syslogd remove commented out debug printf() acciden...



details:   https://anonhg.NetBSD.org/src/rev/d927985e4055
branches:  trunk
changeset: 526319:d927985e4055
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 02 13:53:10 2002 +0000

description:
remove commented out debug printf() accidentally committed in the last rev.
noted by YAMAMOTO Takashi<yamt%mwd.biglobe.ne.jp@localhost> in private email.

diffstat:

 usr.sbin/syslogd/syslogd.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 3d748abaa6b6 -r d927985e4055 usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c        Thu May 02 13:43:29 2002 +0000
+++ b/usr.sbin/syslogd/syslogd.c        Thu May 02 13:53:10 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syslogd.c,v 1.50 2002/01/18 10:27:50 lukem Exp $       */
+/*     $NetBSD: syslogd.c,v 1.51 2002/05/02 13:53:10 lukem Exp $       */
 
 /*
  * Copyright (c) 1983, 1988, 1993, 1994
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)syslogd.c  8.3 (Berkeley) 4/4/94";
 #else
-__RCSID("$NetBSD: syslogd.c,v 1.50 2002/01/18 10:27:50 lukem Exp $");
+__RCSID("$NetBSD: syslogd.c,v 1.51 2002/05/02 13:53:10 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -608,7 +608,6 @@
 
        while ((line = fgetln(fp, &len))) {
                line[len - 1] = 0;
-//printf("got line as |%s|\n", line);
                logpath_add(lp, szp, maxszp, line);
        }
        fclose(fp);



Home | Main Index | Thread Index | Old Index