pull/503/head
Iluha 3 years ago
parent 9647bfc589
commit 9ba1493788

@ -625,7 +625,7 @@ namespace DepotDownloader
if (loggedOn.Result == EResult.ServiceUnavailable) 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); Abort(false);
return; return;
@ -633,7 +633,7 @@ namespace DepotDownloader
if (loggedOn.Result != EResult.OK) 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(); Abort();
return; return;

Loading…
Cancel
Save