summaryrefslogtreecommitdiff
path: root/sbin/pflogd/pflogd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-23 22:44:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-23 22:44:54 +0000
commit08ebbe5dd28c605b5da704ff2913ce2eac43ee72 (patch)
tree51f9f194c6bacb88905c41aab282b196165e1c78 /sbin/pflogd/pflogd.c
parenta08d8d911e52b9c1f7efbc93bfb6d1e39a209d9c (diff)
most programs do not syslog at startup. especially this one
Diffstat (limited to 'sbin/pflogd/pflogd.c')
-rw-r--r--sbin/pflogd/pflogd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/pflogd/pflogd.c b/sbin/pflogd/pflogd.c
index 79fa7983fbc..d4b4dbe2af2 100644
--- a/sbin/pflogd/pflogd.c
+++ b/sbin/pflogd/pflogd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pflogd.c,v 1.18 2003/03/11 02:35:34 kjc Exp $ */
+/* $OpenBSD: pflogd.c,v 1.19 2003/04/23 22:44:53 deraadt Exp $ */
/*
* Copyright (c) 2001 Theo de Raadt
@@ -179,8 +179,6 @@ init_pcap(void)
pcap_close(oldhpcap);
snaplen = pcap_snapshot(hpcap);
- logmsg(LOG_NOTICE, "Listening on %s, logging to %s, snaplen %d",
- interface, filename, snaplen);
return (0);
}