mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-05 14:16:45 -04:00
write to log, not console
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user