aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-09-16 12:05:20 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-09-16 12:05:20 +0100
commit774c45e3b76d28962aa83dad9552536f838bad4b (patch)
treeab6a67c1b0afbfff4a8d8228913c23b3b02cc265 /src/libserver
parentc9683e738006990c778a62a823b33f17f01bce77 (diff)
downloadrspamd-774c45e3b76d28962aa83dad9552536f838bad4b.tar.gz
rspamd-774c45e3b76d28962aa83dad9552536f838bad4b.zip
[Minor] Reduce log noise
Diffstat (limited to 'src/libserver')
-rw-r--r--src/libserver/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index af6ab314b..413d48bf2 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -1262,7 +1262,7 @@ rspamd_protocol_write_log_pipe (struct rspamd_worker_ctx *ctx,
* -5: key (module name)
* -6: global
*/
- msg_info_task ("calling for %s", lua_tostring (L, -3));
+ msg_debug_task ("calling for %s", lua_tostring (L, -3));
if (lua_pcall (L, 1, 1, 0) != 0) {
msg_info_task ("call to log callback %s failed: %s",
lua_tostring (L, -2), lua_tostring (L, -1));