]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Reduce log noise in trie
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Mar 2017 14:42:08 +0000 (14:42 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Mar 2017 14:42:08 +0000 (14:42 +0000)
src/plugins/lua/trie.lua

index 876f2b0e2a729d972362d74f7f96e4345b9a44d2..d72526e62d9871454e2017a329628934eaf28d53 100644 (file)
@@ -158,7 +158,7 @@ if opts then
       callback = tries_callback
     })
   else
-    rspamd_logger.errx(rspamd_config, 'no tries defined')
+    rspamd_logger.infox(rspamd_config, 'no tries defined')
   end
 
   if id ~= -1 then