summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-26 16:14:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-26 16:14:34 +0000
commit5d72f5faf88d29e5d51778cd05d1332890f89f04 (patch)
treee39b65626ab097aface22b72e8825d64b50d36ee /sbin
parentcfaa13714df367aff51031e23cf7bc52aac393f9 (diff)
Walking up to a firewall box which had the console logged in, to see
the entire screen full of "Reopened logfile" is CLEAR and OBVIOUS reason that that message is UTTERLY USELESS and is wiping important stuff off the screen.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pflogd/pflogd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pflogd/pflogd.c b/sbin/pflogd/pflogd.c
index 9777f151627..fea633e7ce6 100644
--- a/sbin/pflogd/pflogd.c
+++ b/sbin/pflogd/pflogd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pflogd.c,v 1.21 2003/08/22 21:50:34 david Exp $ */
+/* $OpenBSD: pflogd.c,v 1.22 2003/09/26 16:14:33 deraadt Exp $ */
/*
* Copyright (c) 2001 Theo de Raadt
@@ -363,7 +363,6 @@ main(int argc, char **argv)
logmsg(LOG_ERR, "Failed to open log file!");
break;
}
- logmsg(LOG_NOTICE, "Reopened logfile");
gotsig_hup = 0;
}