mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Stats] Add verbosity on start of each file
This commit is contained in:
@@ -57,6 +57,7 @@ namespace SabreTools
|
||||
/// Now process each of the input files
|
||||
foreach (string filename in _inputs)
|
||||
{
|
||||
_logger.User("Beginning stat collection for '" + filename + "'");
|
||||
List<String> games = new List<String>();
|
||||
|
||||
DatData datdata = new DatData();
|
||||
|
||||
Reference in New Issue
Block a user