Skip to content

Commit 4ee29e9

Browse files
authored
Fix error in I:R documents path validation logging (#2350) #patch
1 parent d95273a commit 4ee29e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImperatorToCK3/Configuration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private void VerifyImperatorDocPath() {
237237
$"{string.Join(", ", filesInDocFolder)}");
238238
}
239239

240-
Logger.Debug($"I:R documents path {ImperatorPath} is valid.");
240+
Logger.Debug($"I:R documents path {ImperatorDocPath} is valid.");
241241
}
242242

243243
private void VerifyCK3ModsPath() {

0 commit comments

Comments
 (0)