diff options
author | 2003-04-23 22:44:53 +0000 | |
---|---|---|
committer | 2003-04-23 22:44:53 +0000 | |
commit | 5fed16205e1111812b5294e4da1e77916d2621d9 (patch) | |
tree | 8934543d65283b35ad6c8c4d7c74e42e75cbba03 | |
parent | fix aaron's copyright. ok aaron (diff) | |
download | wireguard-openbsd-5fed16205e1111812b5294e4da1e77916d2621d9.tar.xz wireguard-openbsd-5fed16205e1111812b5294e4da1e77916d2621d9.zip |
most programs do not syslog at startup. especially this one
-rw-r--r-- | sbin/pflogd/pflogd.c | 4 |
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); } |