mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 03:07:28 +08:00
Remove verbose log from notifications feed
This commit is contained in:
parent
e6479b73de
commit
c6b6d0dcfe
@ -55,8 +55,6 @@ namespace osu.Game.Scoring
|
||||
catch (LegacyScoreDecoder.BeatmapNotFoundException e)
|
||||
{
|
||||
Logger.Log($@"Score '{name}' failed to import: no corresponding beatmap with the hash '{e.Hash}' could be found.", LoggingTarget.Database);
|
||||
Logger.Log($@"Score '{name}' failed to import due to missing beatmap. Check database logs for more info.", LoggingTarget.Information, LogLevel.Error);
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user