diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-02-02 20:07:55 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-02-02 20:07:55 +0100 |
commit | 46b16d29ce23e24157ae7174ff4a1d087c6ae3da (patch) | |
tree | 1aa0e56cf3909f91064ce614a974f8817b82606d /dspam-exec.c | |
parent | 9a84c940aeed3246f872dfde07bcc256d4118445 (diff) | |
download | dovecot-antispam-46b16d29ce23e24157ae7174ff4a1d087c6ae3da.tar.gz dovecot-antispam-46b16d29ce23e24157ae7174ff4a1d087c6ae3da.tar.xz dovecot-antispam-46b16d29ce23e24157ae7174ff4a1d087c6ae3da.zip |
remove --stdout from dspam-exec's syslog message
Diffstat (limited to '')
-rw-r--r-- | dspam-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dspam-exec.c b/dspam-exec.c index 20350d9..7396d0e 100644 --- a/dspam-exec.c +++ b/dspam-exec.c @@ -135,7 +135,7 @@ static int call_dspam(const char *signature, enum classification wanted) * not good with stderr debuggin since we then write to * stderr which our parent takes as a bug */ - debug("%s --source=error --stdout %s %s ...", + debug("%s --source=error %s %s ...", dspam_binary, class_arg, sign_arg); #endif |