1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:51:21 +08:00

Clean up logging

This commit is contained in:
smoogipoo
2020-02-10 17:04:31 +09:00
Unverified
parent cef682aa03
commit 668f36d7f3
+1 -1
View File
@@ -189,7 +189,7 @@ namespace osu.Game.Beatmaps
if (e is TaskCanceledException)
continue;
Logger.Log(e.ToString());
Logger.Log(e.Message);
}
return null;