From 22643976c068934b35e6b4b825a972bc6b46e32b Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sat, 18 Sep 2004 07:29:39 +0000 Subject: This should be info, from mike@tric.ru ok henning@ --- libexec/spamd/spamd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/spamd') 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, -- cgit v1.2.3