mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +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;
|
||||
|
||||
Console.WriteLine($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
||||
Logger.Log($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
||||
|
||||
pendingFrames.Clear();
|
||||
lastPurgeTime = Time.Current;
|
||||
|
Loading…
Reference in New Issue
Block a user