diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2004-09-18 07:29:39 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2004-09-18 07:29:39 +0000 |
commit | 22643976c068934b35e6b4b825a972bc6b46e32b (patch) | |
tree | 14b2f58514a84a9ae646c107ebf522e0e119e08f /libexec/spamd/spamd.c | |
parent | 3c92c7dd1b5bd2c4ccc129f4a78b010a4af8f0a4 (diff) |
This should be info, from mike@tric.ru
ok henning@
Diffstat (limited to 'libexec/spamd/spamd.c')
-rw-r--r-- | libexec/spamd/spamd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index 1f85d6e4721..5f244f324d9 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.71 2004/08/17 09:38:07 henning Exp $ */ +/* $OpenBSD: spamd.c,v 1.72 2004/09/18 07:29:38 beck Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -703,7 +703,7 @@ nextstate(struct con *cp) cp->w = t + cp->stutter; if (cp->mail[0] && cp->rcpt[0]) { if (verbose) - syslog_r(LOG_DEBUG, &sdata, + syslog_r(LOG_INFO, &sdata, "(%s) %s: %s -> %s", cp->blacklists ? "BLACK" : "GREY", cp->addr, cp->mail, |