*Plugin: remove redundant "line %i" from error messages
The MPD core will add this as a prefeix.
This commit is contained in:
@@ -142,8 +142,8 @@ ShoutOutput::Configure(const config_param ¶m, Error &error)
|
||||
if (*test != '\0' || quality < -1.0 || quality > 10.0) {
|
||||
error.Format(config_domain,
|
||||
"shout quality \"%s\" is not a number in the "
|
||||
"range -1 to 10, line %i",
|
||||
value, param.line);
|
||||
"range -1 to 10",
|
||||
value);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user