Minor addition to output

This commit is contained in:
Matt Nadareski
2016-05-13 14:42:41 -07:00
parent 6f025b3dfa
commit fb4abe5dc6

View File

@@ -346,6 +346,7 @@ Make a selection:
// Loop through the inputs
foreach (string system in systems)
{
_logger.User("Generating DAT for system id " + system);
InitGenerate(system, norename, old);
}
}