diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 23:12:08 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 23:12:08 +0200 |
commit | c1b287878d7ae8d146e7054002479e53de47f6cb (patch) | |
tree | 7a2a95e64f77a1b6a2b82a42907abecdf1a5365c | |
parent | 6585f3ea6c1337ded97c5d8e398641cd761ba91b (diff) | |
download | dovecot-antispam-c1b287878d7ae8d146e7054002479e53de47f6cb.tar.gz dovecot-antispam-c1b287878d7ae8d146e7054002479e53de47f6cb.tar.xz dovecot-antispam-c1b287878d7ae8d146e7054002479e53de47f6cb.zip |
really print out dspam binary
-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 64da41f..442132e 100644 --- a/dspam-exec.c +++ b/dspam-exec.c @@ -206,7 +206,7 @@ void backend_init(pool_t pool) tmp = getenv("ANTISPAM_DSPAM_BINARY"); if (tmp) dspam_binary = tmp; - debug("antispam: dspam binary set to %s\n", tmp); + debug("antispam: dspam binary set to %s\n", dspam_binary); tmp = getenv("ANTISPAM_DSPAM_ARGS"); if (tmp) { |