mirror of
https://github.com/ppy/osu
synced 2024-12-09 08:30:36 +00:00
Remove unnecessary string interpolation
This commit is contained in:
parent
644f3375ac
commit
ab057e6c65
@ -45,7 +45,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error(e, $"Failed to load ruleset settings");
|
||||
Logger.Error(e, "Failed to load ruleset settings");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user