diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-15 15:16:45 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-15 15:16:45 +0200 |
commit | f8349b2112af6fce544366be450fb8b730c2f114 (patch) | |
tree | 5f233308d3c1c6d8b2b7598569ab0223c74eda31 | |
parent | 729458b658868cb646da1ea68ddf77a7a444ab6e (diff) | |
download | dovecot-antispam-f8349b2112af6fce544366be450fb8b730c2f114.tar.gz dovecot-antispam-f8349b2112af6fce544366be450fb8b730c2f114.tar.xz dovecot-antispam-f8349b2112af6fce544366be450fb8b730c2f114.zip |
fix init message
-rw-r--r-- | antispam-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/antispam-plugin.c b/antispam-plugin.c index ad849a6..cfec425 100644 --- a/antispam-plugin.c +++ b/antispam-plugin.c @@ -105,7 +105,7 @@ void PLUGIN_FUNCTION(init)(void) const char *tmp; char * const *iter; - debug("antispam plugin initialising\n"); + debug("plugin initialising\n"); global_pool = pool_alloconly_create("antispam-pool", 1024); |