diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs old mode 100644 new mode 100755 index a08526c1..53ab636f --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -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!" ); } }