Skip to content

Commit

Permalink
Fix error in I:R documents path validation logging (#2350) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Dec 8, 2024
1 parent d95273a commit 4ee29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private void VerifyImperatorDocPath() {
$"{string.Join(", ", filesInDocFolder)}");
}

Logger.Debug($"I:R documents path {ImperatorPath} is valid.");
Logger.Debug($"I:R documents path {ImperatorDocPath} is valid.");
}

private void VerifyCK3ModsPath() {
Expand Down

0 comments on commit 4ee29e9

Please sign in to comment.