Remove unnecessary string interpolation

This commit is contained in:
Dean Herbert 2020-09-04 16:28:35 +09:00
parent 644f3375ac
commit ab057e6c65

View File

@ -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");
}
}
}