Fix error message about no servers for chunk.

pull/8/head
Nicholas Hastings 11 years ago
parent 289af06733
commit 077a3a1610

@ -784,7 +784,7 @@ namespace DepotDownloader
if (chunkData == null) if (chunkData == null)
{ {
Console.WriteLine("Failed to find any server with chunk {0} for depot {1}. Aborting.", chunkID, depot); Console.WriteLine("Failed to find any server with chunk {0} for depot {1}. Aborting.", chunkID, depot.id);
return; return;
} }

Loading…
Cancel
Save