mirror of
https://github.com/osukey/osukey.git
synced 2025-06-22 19:57:56 +09:00
Clean up logging
This commit is contained in:
parent
cef682aa03
commit
668f36d7f3
@ -189,7 +189,7 @@ namespace osu.Game.Beatmaps
|
|||||||
if (e is TaskCanceledException)
|
if (e is TaskCanceledException)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
Logger.Log(e.ToString());
|
Logger.Log(e.Message);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user