From 30d96d31a6b78a4e2bdd9f0b5a1cceef9813c3b1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 6 Mar 2017 14:42:08 +0000 Subject: [PATCH] [Minor] Reduce log noise in trie --- src/plugins/lua/trie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/trie.lua b/src/plugins/lua/trie.lua index 876f2b0e2..d72526e62 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 -- 2.39.5