From 0ce72da2ba099fc31b9cab20fd101adee72a0a45 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 15 Jun 2025 01:50:49 +0900 Subject: [PATCH] . --- controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.js b/controller.js index 55f5db0..b411225 100644 --- a/controller.js +++ b/controller.js @@ -142,8 +142,8 @@ 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); + this.logger.info(result); if (result && result.action) { await this.sendMessage(request, `**\`${nrc_username}\`**: ${result.passage}`)