From fac3ac229edaf2acf00558bcbd5fadac868b25a8 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 8 Feb 2024 10:54:38 +0200 Subject: [PATCH] Print the actual result --- DepotDownloader/Steam3Session.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index d4979b8a..f439de90 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -661,7 +661,7 @@ namespace DepotDownloader 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; }