From b4a63425135d45629db93083aa032a15e875546d Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Wed, 15 Sep 2021 15:32:34 -0600 Subject: [PATCH] Revert accidental change. --- AaxDecrypter/AaxcDownloadConverter.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AaxDecrypter/AaxcDownloadConverter.cs b/AaxDecrypter/AaxcDownloadConverter.cs index 9cb96273..60f14003 100644 --- a/AaxDecrypter/AaxcDownloadConverter.cs +++ b/AaxDecrypter/AaxcDownloadConverter.cs @@ -83,8 +83,7 @@ namespace AaxDecrypter } var speedup = (int)(aaxFile.Duration.TotalSeconds / (long)Elapsed.TotalSeconds); - Console.WriteLine("Speedup is " + speedup + "x realtime."); - Console.WriteLine("Done"); + Serilog.Log.Logger.Information($"Speedup is {speedup}x realtime."); return true; }