From 9ba149378813c9d7c2c3d0b9042a721b2943e274 Mon Sep 17 00:00:00 2001 From: Iluha <92525749+Iluhadesu@users.noreply.github.com> Date: Fri, 22 Jul 2022 17:46:39 +0200 Subject: [PATCH] back --- DepotDownloader/Steam3Session.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 823cf216..a9f0e2dd 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -625,7 +625,7 @@ namespace DepotDownloader if (loggedOn.Result == EResult.ServiceUnavailable) { - Console.WriteLine("[Error]|[ConnectionError]|Unable to login to Steam3"); + Console.WriteLine("[Error]|[{0}]|Unable to login to Steam3", loggedOn.Result); Abort(false); return; @@ -633,7 +633,7 @@ namespace DepotDownloader if (loggedOn.Result != EResult.OK) { - Console.WriteLine("[Error]|[ConnectionError]|Unable to login to Steam3"); + Console.WriteLine("[Error]|[{0}]|Unable to login to Steam3", loggedOn.Result); Abort(); return;