Add manifest ID to console output

pull/25/head
John Struse 8 years ago
parent 8daaf0daa2
commit d49166a8f7

@ -635,6 +635,8 @@ namespace DepotDownloader
newProtoManifest = new ProtoManifest( depotManifest, depot.manifestId );
newProtoManifest.SaveToFile( newManifestFileName );
Console.WriteLine( "Successfully downloaded manifest {0} for depot {1}", depot.manifestId, depot.id );
Console.WriteLine( " Done!" );
}
}

Loading…
Cancel
Save