]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, fucking format string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 19 Aug 2019 11:42:11 +0000 (12:42 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 19 Aug 2019 11:42:11 +0000 (12:42 +0100)
src/libserver/rspamd_symcache.c

index a1c3d8d2807f103a814e35d1448e9231ab3688a0..054c6af5f4ccf73277d4d02ba05024b2eb6fca56 100644 (file)
@@ -1936,7 +1936,7 @@ rspamd_symcache_process_symbols (struct rspamd_task *task,
                checkpoint = task->checkpoint;
        }
 
-       msg_debug_cache_task ("symbols processing stage at pass: %d");
+       msg_debug_cache_task ("symbols processing stage at pass: %d", stage);
        start_events_pending = rspamd_session_events_pending (task->s);
 
        switch (stage) {