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;