Remove unnecessary string interpolation

This commit is contained in:
Dean Herbert 2020-09-04 16:28:35 +09:00
parent 644f3375ac
commit ab057e6c65
1 changed files with 1 additions and 1 deletions

View File

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