Update DepotDownloader/ContentDownloader.cs

Co-authored-by: Yaakov <yaakov-h@users.noreply.github.com>
pull/649/head
Sainan 3 months ago committed by GitHub
parent 0dbdecb538
commit e1ece758fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -834,7 +834,7 @@ namespace DepotDownloader
break; break;
} }
Console.WriteLine("Encountered {2} for depot manifest {0} {1}. Retrying.", depot.DepotId, depot.ManifestId, e.StatusCode); Console.WriteLine("Encountered HTTP {2:D} for depot manifest {0} {1}. Retrying.", depot.DepotId, depot.ManifestId, e.StatusCode);
} }
catch (OperationCanceledException) catch (OperationCanceledException)
{ {

Loading…
Cancel
Save