This commit is contained in:
JustArchi
2017-06-26 01:39:22 +02:00
parent a7fd20e587
commit cca631044a
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ namespace ArchiSteamFarm {
private static bool IsUsingCustomConfiguration;
private static bool IsWaitingForUserInput;
internal static void EnableDebugLogging() {
internal static void EnableTraceLogging() {
if (IsUsingCustomConfiguration || (LogManager.Configuration == null)) {
return;
}

View File

@@ -156,7 +156,7 @@ namespace ArchiSteamFarm {
// If debugging is on, we prepare debug directory prior to running
if (GlobalConfig.Debug) {
Logging.EnableDebugLogging();
Logging.EnableTraceLogging();
if (Directory.Exists(SharedInfo.DebugDirectory)) {
try {