Update DepotDownloader/ContentDownloader.cs

Co-authored-by: Yaakov <yaakov-h@users.noreply.github.com>
pull/649/head
Sainan 3 weeks 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;
}
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)
{

Loading…
Cancel
Save