[DatFile, Logger] Update stats output, fix parsing with percieved flags; fix log command line

This commit is contained in:
Matt Nadareski
2016-09-23 15:22:58 -07:00
parent 8a39d398a4
commit 95193effbe
4 changed files with 20 additions and 43 deletions

View File

@@ -262,7 +262,7 @@ namespace SabreTools.Helper
_logger.ClearBeneath(Constants.HeaderHeight);
Console.SetCursorPosition(0, Constants.HeaderHeight + 1);
_logger.User("Stats of the matched ROMs:");
_matched.OutputStats(_logger, true);
_matched.OutputStats(_logger, _logger, true);
// Now output the fixdat based on the original input if asked
if (_updateDat)