mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Show the user the count, not just the log
This commit is contained in:
@@ -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
|
||||
// If it's empty, use the current folder
|
||||
|
||||
Reference in New Issue
Block a user