]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix log line
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 25 Jul 2019 20:56:34 +0000 (21:56 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 25 Jul 2019 20:56:34 +0000 (21:56 +0100)
src/lua/lua_config.c

index 630c816bb6360a7a3fe47395af6ba10e0f7a111a..aea0c84365e793a90f658b53057d602cd5bab94e 100644 (file)
@@ -3176,7 +3176,7 @@ lua_periodic_callback_error (struct thread_entry *thread, int ret, const char *m
        struct rspamd_lua_periodic *periodic = thread->cd;
        cfg = periodic->cfg;
 
-       msg_err_config ("call to finishing script (registered at %s) failed: %s",
+       msg_err_config ("call to periodic script (registered at %s) failed: %s",
                        periodic->lua_src_pos, msg);
 
        lua_periodic_callback_finish (thread, ret);