From c3e55b733476ea8e46c383a5f42d193e4f9a18bc Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 22 Jun 2016 21:24:31 -0700 Subject: [PATCH] [SimpleSort] Tell the user that they're the remaining stats --- SimpleSort/SimpleSort.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SimpleSort/SimpleSort.cs b/SimpleSort/SimpleSort.cs index 8a108025..fb543918 100644 --- a/SimpleSort/SimpleSort.cs +++ b/SimpleSort/SimpleSort.cs @@ -321,6 +321,7 @@ namespace SabreTools } // Now output the stats for the DAT (remaining) + _logger.User("Stats of the remaining ROMs:"); Stats.OutputStats(_datdata, _logger, true); return success;