]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix log message
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 31 Jan 2020 11:52:35 +0000 (11:52 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 31 Jan 2020 11:52:35 +0000 (11:52 +0000)
src/libserver/re_cache.c

index ef8b419388e154afecfe50135406e1238f58cedc..4a98ee154aa878eb289c04e13820d0402f8d3f1c 100644 (file)
@@ -803,7 +803,7 @@ rspamd_re_cache_finish_class (struct rspamd_task *task,
        }
 
        msg_debug_re_task ("finished hyperscan for class %s, %d (of %d) matches found",
-                       class_name, re_class->nhs);
+                       class_name, found, re_class->nhs);
 #endif
 }