Show the user the count, not just the log

This commit is contained in:
Matt Nadareski
2016-05-17 00:20:49 -07:00
parent 84f913fafc
commit 3dc2d13431

View File

@@ -53,7 +53,7 @@ namespace SabreTools.Helper
} }
} }
logger.Log("A total of " + count + " file hashes will be written out to file"); logger.User("A total of " + count + " file hashes will be written out to file");
// Now write out to file // Now write out to file
// If it's empty, use the current folder // If it's empty, use the current folder