]> source.dussan.org Git - rspamd.git/commitdiff
Log on info level about HS prefilters
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 24 Dec 2015 14:35:21 +0000 (14:35 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 24 Dec 2015 14:35:21 +0000 (14:35 +0000)
src/libserver/re_cache.c

index 7b3bd45c114a16d78b9af331bd45bcb3098143cd..f1c67b3cb4bee27f68826e7997749fa22817ea4b 100644 (file)
@@ -1109,7 +1109,7 @@ rspamd_re_cache_compile_hyperscan (struct rspamd_re_cache *cache,
                                        &cache->plt,
                                        &test_db,
                                        &hs_errors) != HS_SUCCESS) {
-                               msg_debug_re_cache ("cannot compile %s to hyperscan, try prefilter match",
+                               msg_info_re_cache ("cannot compile %s to hyperscan, try prefilter match",
                                                rspamd_regexp_get_pattern (re));
                                hs_free_compile_error (hs_errors);