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.