From 738212b8d35a16380098fcba57d6ce4aa6f68858 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 17 Sep 2019 19:05:56 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index a23848fdf..e19bf7cd1 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -303,7 +303,7 @@ namespace ArchiSteamFarm { // If debugging is on, we prepare debug directory prior to running if (Debugging.IsUserDebugging) { - if (!Debugging.IsDebugBuild) { + if (Debugging.IsDebugConfigured) { ASF.ArchiLogger.LogGenericDebug(globalDatabaseFile + ": " + JsonConvert.SerializeObject(ASF.GlobalDatabase, Formatting.Indented)); }