mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-11 06:04:24 +00:00
Convert error to warning
This commit is contained in:
@@ -1596,7 +1596,7 @@ namespace ArchiSteamFarm {
|
||||
List<KeyValue> apps = response["apps"].Children;
|
||||
|
||||
if (apps.Count == 0) {
|
||||
Bot.ArchiLogger.LogNullError(nameof(apps));
|
||||
Bot.ArchiLogger.LogGenericWarning(string.Format(Strings.ErrorIsEmpty, nameof(apps)));
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user