This commit is contained in:
JustArchi
2016-08-31 14:19:27 +02:00
parent bed87c4c80
commit 3e82c9f11e

View File

@@ -42,7 +42,7 @@ namespace ArchiSteamFarm {
return;
}
Logging.LogGenericDebug(category + " | " + msg, "DebugListener");
Logging.LogGenericDebug(category + " | " + msg, nameof(DebugListener));
}
}
}