diff options
author | 2004-09-18 07:29:38 +0000 | |
---|---|---|
committer | 2004-09-18 07:29:38 +0000 | |
commit | 5b9291376a41bbceac737e7a9b2f96bb9d5a57be (patch) | |
tree | 388e6973f2a456345108fdd4d3fd65f0a81f6dc8 | |
parent | use ret0 instead of r28 to match how it's done later in the code (diff) | |
download | wireguard-openbsd-5b9291376a41bbceac737e7a9b2f96bb9d5a57be.tar.xz wireguard-openbsd-5b9291376a41bbceac737e7a9b2f96bb9d5a57be.zip |
This should be info, from mike@tric.ru
ok henning@
-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, |