mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 10:23:02 +08:00
Use Logger.Log instead of console
This commit is contained in:
parent
3f2ef030e4
commit
8eef1774d5
@ -279,7 +279,7 @@ namespace osu.Game.Online.Spectator
|
|||||||
|
|
||||||
totalBundledFrames += frames.Length;
|
totalBundledFrames += frames.Length;
|
||||||
|
|
||||||
Console.WriteLine($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
Logger.Log($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
||||||
|
|
||||||
pendingFrames.Clear();
|
pendingFrames.Clear();
|
||||||
lastPurgeTime = Time.Current;
|
lastPurgeTime = Time.Current;
|
||||||
|
Loading…
Reference in New Issue
Block a user