From 01d87d6102f7297d9a6fdf4c3f2de37f582d1f4b Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 20 Feb 2017 20:02:12 -0500 Subject: [PATCH] Output branch being used. --- DepotDownloader/ContentDownloader.cs | 2 ++ 1 file changed, 2 insertions(+) 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);