diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index 4663a694..764f7671 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -374,6 +374,8 @@ namespace DepotDownloader return; } + Console.WriteLine("Using app branch: '{0}'.", branch); + var depotIDs = new List(); KeyValue depots = GetSteam3AppSection(appId, EAppInfoSection.Depots);