mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Rewrite entire ASF logging, as preparation for #354
This commit is contained in:
@@ -27,7 +27,7 @@ namespace GUI {
|
||||
|
||||
internal void OnStateUpdated(SteamFriends.PersonaStateCallback callback) {
|
||||
if (callback == null) {
|
||||
Logging.LogNullError(nameof(callback));
|
||||
Bot.ArchiLogger.LogNullError(nameof(callback));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user