Skip to content

Commit

Permalink
change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Aug 6, 2023
1 parent d60238c commit a1c0614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/Outputter/LocalizationOutputter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private static void OutputFallbackLockForMissingSecondaryLanguageLoc(string base
continue;
}

Logger.Debug($"Outputting {linesToOutput.Count} fallback loc lines for {language}");
Logger.Debug($"Outputting {linesToOutput.Count} fallback loc lines for {language}...");

var locFilePath = Path.Combine(baseLocDir, $"{language}/irtock3_fallback_loc_l_{language}.yml");
using var locFileStream = File.OpenWrite(locFilePath);
Expand Down

0 comments on commit a1c0614

Please sign in to comment.