From 3dc2d134313bbe2070e2190fd9bb34c88d8d0a32 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 17 May 2016 00:20:49 -0700 Subject: [PATCH] Show the user the count, not just the log --- SabreHelper/Output.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreHelper/Output.cs b/SabreHelper/Output.cs index 4177487e..4d7bc239 100644 --- a/SabreHelper/Output.cs +++ b/SabreHelper/Output.cs @@ -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