This commit is contained in:
JustArchi
2019-09-17 19:05:56 +02:00
parent 241172a44e
commit 738212b8d3

View File

@@ -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));
}