From: Vsevolod Stakhov Date: Mon, 6 Mar 2017 14:42:08 +0000 (+0000) Subject: [Minor] Reduce log noise in trie X-Git-Tag: 1.5.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d96d31a6b78a4e2bdd9f0b5a1cceef9813c3b1;p=thirdparty%2Frspamd.git [Minor] Reduce log noise in trie --- diff --git a/src/plugins/lua/trie.lua b/src/plugins/lua/trie.lua index 876f2b0e2a..d72526e62d 100644 --- a/src/plugins/lua/trie.lua +++ b/src/plugins/lua/trie.lua @@ -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