]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Reduce log noise
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 16 Sep 2016 11:05:20 +0000 (12:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 16 Sep 2016 11:05:20 +0000 (12:05 +0100)
src/libserver/protocol.c

index af6ab314b628b57e68c25ade72aa54058f9493ce..413d48bf2a9137bce00507c7e74090c225c539ef 100644 (file)
@@ -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));