This commit is contained in:
JustArchi
2016-09-21 15:35:13 +02:00
parent 2756a2ebc7
commit 43ce5eb257

View File

@@ -1910,7 +1910,7 @@ namespace ArchiSteamFarm {
switch (callback.Result) {
case EResult.LogonSessionReplaced:
Logging.LogGenericError("This account seems to be used in another ASF instance, which is undefined behaviour, refusing to keep it running!");
Logging.LogGenericError("This account seems to be used in another ASF instance, which is undefined behaviour, refusing to keep it running!", BotName);
Stop();
break;
}