diff options
Diffstat (limited to 'src/lua/lua_thread_pool.cxx')
-rw-r--r-- | src/lua/lua_thread_pool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_thread_pool.cxx b/src/lua/lua_thread_pool.cxx index dc6c15163..b3228d00f 100644 --- a/src/lua/lua_thread_pool.cxx +++ b/src/lua/lua_thread_pool.cxx @@ -24,7 +24,7 @@ #define msg_debug_lua_threads(...) rspamd_conditional_debug_fast (NULL, NULL, \ rspamd_lua_threads_log_id, "lua_threads", NULL, \ - G_STRFUNC, \ + RSPAMD_LOG_FUNC, \ __VA_ARGS__) INIT_LOG_MODULE(lua_threads) |