From b23472a32866a5c320458394a455104416993e44 Mon Sep 17 00:00:00 2001 From: Tim Pilius Date: Sun, 26 May 2024 15:43:02 -0400 Subject: [PATCH] Comments --- BattleNetPrefill/AppConfig.cs | 5 ++++- BattleNetPrefill/Handlers/ArchiveIndexHandler.cs | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/BattleNetPrefill/AppConfig.cs b/BattleNetPrefill/AppConfig.cs index 9fef931b..7550605f 100644 --- a/BattleNetPrefill/AppConfig.cs +++ b/BattleNetPrefill/AppConfig.cs @@ -46,7 +46,10 @@ public static bool VerboseLogs private static bool _compareAgainstRealRequests; - //TODO comment + /// + /// To make debugging easier I generate the access.log files for each product by installing the game via battlenet. + /// These files are then compared against the request list generated by BattlenetPrefill to determine the delta. + /// public static readonly string LogFileBasePath = @$"{DirectorySearch.TryGetSolutionDirectory()}/Logs"; /// diff --git a/BattleNetPrefill/Handlers/ArchiveIndexHandler.cs b/BattleNetPrefill/Handlers/ArchiveIndexHandler.cs index 9574f11a..b48830b7 100644 --- a/BattleNetPrefill/Handlers/ArchiveIndexHandler.cs +++ b/BattleNetPrefill/Handlers/ArchiveIndexHandler.cs @@ -1,6 +1,5 @@ namespace BattleNetPrefill.Handlers { - // TODO document what this class does /// /// https://wowdev.wiki/TACT#Archive_Indexes_.28.index.29 ///