diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2007-03-05 14:55:10 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2007-03-05 14:55:10 +0000 |
commit | d7d5fa88d9bc29a3a041dd2e3991b988e6460d21 (patch) | |
tree | 20d3cd1f506937a0c8dc1a71c9b0aa5760e4704e /libexec/spamlogd/spamlogd.c | |
parent | 778a374b4e75b7371eaccfc3326f06ca48a8644f (diff) |
nuke annoying debug log
ok henning@
Diffstat (limited to 'libexec/spamlogd/spamlogd.c')
-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); |