mirror of https://github.com/ppy/osu
Remove unnecessary string interpolation
This commit is contained in:
parent
644f3375ac
commit
ab057e6c65
|
@ -45,7 +45,7 @@ private void load(RulesetStore rulesets)
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error(e, $"Failed to load ruleset settings");
|
||||
Logger.Error(e, "Failed to load ruleset settings");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue