From 43ce5eb25735963109a3b27bc46f304e2c66505f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 21 Sep 2016 15:35:13 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 03f1c1230..496644be3 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -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; }