[SimpleSort] Tell the user that they're the remaining stats

This commit is contained in:
Matt Nadareski
2016-06-22 21:24:31 -07:00
parent 9a3c9469df
commit c3e55b7334

View File

@@ -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;