mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Modify severity of fails
Those are now client-sided errors, so they're serious (yeah, like everything in Steam...)
This commit is contained in:
@@ -1747,10 +1747,10 @@ namespace ArchiSteamFarm {
|
||||
if (response.Result == EResult.OK) {
|
||||
Logging.LogGenericInfo("Success!", BotName);
|
||||
} else {
|
||||
Logging.LogGenericInfo("Failed with error: " + response.Result, BotName);
|
||||
Logging.LogGenericWarning("Failed with error: " + response.Result, BotName);
|
||||
}
|
||||
} else {
|
||||
Logging.LogGenericInfo("Failed!", BotName);
|
||||
Logging.LogGenericWarning("Failed!", BotName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user