Skip to content

Commit 9cb68ec

Browse files
authored
DEV: Update log (#246)
1 parent c953291 commit 9cb68ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/scheduled/automatic_translation_backfill.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def process_batch
111111
next if topic_ids.empty? && post_ids.empty?
112112

113113
DiscourseTranslator::VerboseLogger.log(
114-
"Translating #{topic_ids.size} topics and #{post_ids.size} posts to #{backfill_locales.join(", ")}",
114+
"Translating #{topic_ids.size} topics and #{post_ids.size} posts to #{target_locale}",
115115
)
116116

117117
translate_records(Topic, topic_ids, target_locale)

0 commit comments

Comments
 (0)