summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-07-25 21:56:34 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-07-25 21:56:34 +0100
commit2ac3b3bf197340c9f161ed399ccb798b84ea7ebd (patch)
tree2def62eb8b248dfd7f44c787b73e151dca294caf
parentb8a931eda4a0d90e7ebb92870c4eededd04825ab (diff)
downloadrspamd-2ac3b3bf197340c9f161ed399ccb798b84ea7ebd.tar.gz
rspamd-2ac3b3bf197340c9f161ed399ccb798b84ea7ebd.zip
[Minor] Fix log line
-rw-r--r--src/lua/lua_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_config.c b/src/lua/lua_config.c
index 630c816bb..aea0c8436 100644
--- a/src/lua/lua_config.c
+++ b/src/lua/lua_config.c
@@ -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);