Skip to content

Commit ad63432

Browse files
committed
I must stop forgetting about bot identifiers
1 parent f36681e commit ad63432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArchiSteamFarm/CardsFarmer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ private void CheckGamesForFarming() {
384384

385385
string progress = htmlNode.InnerText;
386386
if (string.IsNullOrEmpty(progress)) {
387-
Logging.LogNullError(nameof(progress));
387+
Logging.LogNullError(nameof(progress), Bot.BotName);
388388
return null;
389389
}
390390

391-
Logging.LogGenericInfo("Status for " + appID + ": " + progress);
391+
Logging.LogGenericInfo("Status for " + appID + ": " + progress, Bot.BotName);
392392
return progress.Equals("No card drops remaining");
393393
}
394394

0 commit comments

Comments
 (0)