Convert error to warning

This commit is contained in:
JustArchi
2020-04-18 19:23:07 +02:00
parent 398febf8a3
commit 1d92dbe57f

View File

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