From 943c3f2d2aef8329e6882f2bd66e6c30669730b8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 28 Jun 2024 15:03:30 +0100 Subject: [PATCH] Update src/plugins/lua/gpt.lua Co-authored-by: Andrew Lewis --- src/plugins/lua/gpt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/gpt.lua b/src/plugins/lua/gpt.lua index dee83416d..3e3a6737d 100644 --- a/src/plugins/lua/gpt.lua +++ b/src/plugins/lua/gpt.lua @@ -189,7 +189,7 @@ local function openai_gpt_check(task) local ret, content = settings.condition(task) if not ret then - lua_util.info(N, task, "skip checking gpt as the condition is not met: %s", content) + rspamd_logger.info(task, "skip checking gpt as the condition is not met: %s", content) return end -- 2.39.5