From 502a2046c3a35083dfddc8b11f0d6bb094df3619 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 15 Jun 2025 01:26:23 +0900 Subject: [PATCH] . --- controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/controller.js b/controller.js index 06fc299..55f5db0 100644 --- a/controller.js +++ b/controller.js @@ -142,6 +142,7 @@ class ControllerPlugin extends BaseControllerPlugin { await this.sendMessage(request, `**\`${nrc_username}\`**: ${nrc_message}`) if (this.controller.config.get('ClusterChatSync.use_libretranslate')) { + this.logger.info(`[Chat Sync] Translating message from ${request.instanceName} (${nrc_username}): ${nrc_message}`); const result = await this.translator.translate(nrc_message, this.translator_language); if (result && result.action) {