Change updater logger

pull/32/head
Miepee 4 years ago
parent 972c59e056
commit 08d18b811b

@ -31,7 +31,7 @@ namespace AM2RLauncher
/// <summary>
/// Our log object, that handles logging the current execution to a file.
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(MainForm));
private static readonly ILog log = LogManager.GetLogger(typeof(LauncherUpdater));
/// <summary>
/// Performs the entire AM2RLauncher update procedure.

Loading…
Cancel
Save