From 08d18b811b3b6684009333e09b62814df7135622 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 21 May 2022 18:40:47 +0200 Subject: [PATCH] Change updater logger --- AM2RLauncher/AM2RLauncher/LauncherUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs b/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs index 8d7840b..eda4c10 100644 --- a/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs +++ b/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs @@ -31,7 +31,7 @@ namespace AM2RLauncher /// /// Our log object, that handles logging the current execution to a file. /// - private static readonly ILog log = LogManager.GetLogger(typeof(MainForm)); + private static readonly ILog log = LogManager.GetLogger(typeof(LauncherUpdater)); /// /// Performs the entire AM2RLauncher update procedure.