From 4ee29e9e493f00c4c6c7ced5bc48f5c22b7327a9 Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Sun, 8 Dec 2024 00:58:17 +0000 Subject: [PATCH] Fix error in I:R documents path validation logging (#2350) #patch --- ImperatorToCK3/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImperatorToCK3/Configuration.cs b/ImperatorToCK3/Configuration.cs index 828c088ca..8bd1b4a18 100644 --- a/ImperatorToCK3/Configuration.cs +++ b/ImperatorToCK3/Configuration.cs @@ -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() {