diff options
-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 |