Revert accidental change.

This commit is contained in:
Michael Bucari-Tovo 2021-09-15 15:32:34 -06:00
parent 988b137d67
commit b4a6342513

View File

@ -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;
}