mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Use Logger.Log instead of console
This commit is contained in:
@ -279,7 +279,7 @@ namespace osu.Game.Online.Spectator
|
||||
|
||||
totalBundledFrames += frames.Length;
|
||||
|
||||
Console.WriteLine($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
||||
Logger.Log($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
||||
|
||||
pendingFrames.Clear();
|
||||
lastPurgeTime = Time.Current;
|
||||
|
Reference in New Issue
Block a user