diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 15:08:09 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 15:08:09 +0200 |
commit | e38c447a9f613e3f5ad3b257e2494c80fa13d5a8 (patch) | |
tree | 3b6cea9c874a4f558bad73a64181431a63f9841c /dspam-exec.c | |
parent | 2822b28cc9840b5ff3ea192aa12b8154fc3a163a (diff) | |
download | dovecot-antispam-e38c447a9f613e3f5ad3b257e2494c80fa13d5a8.tar.gz dovecot-antispam-e38c447a9f613e3f5ad3b257e2494c80fa13d5a8.tar.xz dovecot-antispam-e38c447a9f613e3f5ad3b257e2494c80fa13d5a8.zip |
fix debug output
Diffstat (limited to 'dspam-exec.c')
-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 229b6fb..6034eda 100644 --- a/dspam-exec.c +++ b/dspam-exec.c @@ -213,7 +213,7 @@ void backend_init(pool_t pool) tmp = getenv("ANTISPAM_DSPAM_BINARY"); if (tmp) { dspam_binary = tmp; - debug("dspam binary set to %s\n", tmp); + debug("antispam: dspam binary set to %s\n", tmp); } tmp = getenv("ANTISPAM_DSPAM_ARGS"); |