style(logging): use loguru parameterized formatting in suppression log

This commit is contained in:
Kim
2026-02-20 20:25:46 +08:00
parent ddae3e9d5f
commit 8cc54b188d

View File

@@ -391,8 +391,9 @@ class AgentLoop:
if suppress_final_reply:
logger.info(
"Skipping final auto-reply because message tool already sent to "
f"{msg.channel}:{msg.chat_id} in this turn"
"Skipping final auto-reply because message tool already sent to {}:{} in this turn",
msg.channel,
msg.chat_id,
)
return None