One more fix to #22

This commit is contained in:
JustArchi 2015-12-02 17:17:47 +01:00
parent c8fc25111e
commit e6c9c3f0a9

View file

@ -555,6 +555,7 @@ namespace ArchiSteamFarm {
await CardsFarmer.StartFarming().ConfigureAwait(false);
break;
case EResult.ServiceUnavailable:
case EResult.Timeout:
case EResult.TryAnotherCM:
Logging.LogGenericWarning(BotName, "Unable to login to Steam: " + result + ", retrying...");