From 39254ce33bc1a86f1a5e8904a17f0721338598ea Mon Sep 17 00:00:00 2001 From: Nat Date: Fri, 7 Mar 2025 14:52:34 +0800 Subject: [PATCH] DEV: Update log --- app/jobs/scheduled/automatic_translation_backfill.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jobs/scheduled/automatic_translation_backfill.rb b/app/jobs/scheduled/automatic_translation_backfill.rb index d1d6d51f..ffdc263d 100644 --- a/app/jobs/scheduled/automatic_translation_backfill.rb +++ b/app/jobs/scheduled/automatic_translation_backfill.rb @@ -111,7 +111,7 @@ def process_batch next if topic_ids.empty? && post_ids.empty? DiscourseTranslator::VerboseLogger.log( - "Translating #{topic_ids.size} topics and #{post_ids.size} posts to #{backfill_locales.join(", ")}", + "Translating #{topic_ids.size} topics and #{post_ids.size} posts to #{target_locale}", ) translate_records(Topic, topic_ids, target_locale)