This commit is contained in:
JustArchi
2016-07-31 01:25:18 +02:00
parent d8aad682d5
commit 58453e72ac
2 changed files with 4 additions and 4 deletions

View File

@@ -515,7 +515,7 @@ namespace ArchiSteamFarm {
BotDatabase.MobileAuthenticator.Init(this);
if (!BotDatabase.MobileAuthenticator.HasCorrectDeviceID) {
Logging.LogGenericInfo("Your DeviceID is incorrect or doesn't exist", BotName);
Logging.LogGenericWarning("Your DeviceID is incorrect or doesn't exist", BotName);
string deviceID = Program.GetUserInput(Program.EUserInputType.DeviceID, BotName);
if (string.IsNullOrEmpty(deviceID)) {
BotDatabase.MobileAuthenticator = null;