From: Vsevolod Stakhov Date: Fri, 28 Jun 2024 14:03:30 +0000 (+0100) Subject: Update src/plugins/lua/gpt.lua X-Git-Tag: 3.9.0~13^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=943c3f2d2aef8329e6882f2bd66e6c30669730b8;p=rspamd.git Update src/plugins/lua/gpt.lua Co-authored-by: Andrew Lewis --- 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