diff options
| author | 2007-03-05 14:55:09 +0000 | |
|---|---|---|
| committer | 2007-03-05 14:55:09 +0000 | |
| commit | 3e552309b6155fc34ea266e7d5efcdda3a202bc3 (patch) | |
| tree | 4926522f71c1b19d3dac696c7501d5cc0e5f421e | |
| parent | Make spamlogd log inbound/outbound like it did before. (diff) | |
| download | wireguard-openbsd-3e552309b6155fc34ea266e7d5efcdda3a202bc3.tar.xz wireguard-openbsd-3e552309b6155fc34ea266e7d5efcdda3a202bc3.zip | |
nuke annoying debug log
ok henning@
| -rw-r--r-- | libexec/spamlogd/spamlogd.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libexec/spamlogd/spamlogd.c b/libexec/spamlogd/spamlogd.c index 071529a2859..922074f9515 100644 --- a/libexec/spamlogd/spamlogd.c +++ b/libexec/spamlogd/spamlogd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamlogd.c,v 1.18 2007/03/05 14:53:42 beck Exp $ */ +/* $OpenBSD: spamlogd.c,v 1.19 2007/03/05 14:55:09 beck Exp $ */ /* * Copyright (c) 2006 Henning Brauer <henning@openbsd.org> @@ -271,10 +271,8 @@ dbupdate(char *dbname, char *ip) } db->close(db); db = NULL; - if (syncsend) { - syslog_r(LOG_DEBUG, &sdata, "sync_white %s,", ip); + if (syncsend) sync_white(now, now + WHITEEXP, ip); - } return (0); bad: db->close(db); |
