mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 05:49:55 +08:00
Clean up logging
This commit is contained in:
@@ -189,7 +189,7 @@ namespace osu.Game.Beatmaps
|
||||
if (e is TaskCanceledException)
|
||||
continue;
|
||||
|
||||
Logger.Log(e.ToString());
|
||||
Logger.Log(e.Message);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user