Skip to content

Commit

Permalink
Print the actual result
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Feb 8, 2024
1 parent 19feb49 commit fac3ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DepotDownloader/Steam3Session.cs
Expand Up @@ -661,7 +661,7 @@ or EResult.Expired
AccountSettingsStore.Save();

// TODO: Handle gracefully by falling back to password prompt?
Console.WriteLine("Access token was rejected.");
Console.WriteLine($"Access token was rejected ({loggedOn.Result}).");
Abort(false);
return;
}
Expand Down

0 comments on commit fac3ac2

Please sign in to comment.