]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix format string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 14 Jan 2016 14:12:08 +0000 (14:12 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 14 Jan 2016 14:12:08 +0000 (14:12 +0000)
src/libstat/stat_config.c

index 0a19f05542490d1a07cc386094ae6c057ede4666..1d8869f604e054526c0dfd64737fb4251f9cc6e8 100644 (file)
@@ -133,7 +133,7 @@ rspamd_stat_init (struct rspamd_config *cfg, struct event_base *ev_base)
 
                if (bk == NULL) {
                        msg_err_config ("cannot get backend of type %s, so disable classifier"
-                                       " completely", clf->backend, clf->name);
+                                       " %s completely", clf->backend, clf->name);
                        cur = g_list_next (cur);
                        continue;
                }