input/Init: eliminate double colon from log message

This commit is contained in:
Max Kellermann 2014-12-12 09:54:30 +01:00
parent 0cfd4fff62
commit 1affc641c4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ input_stream_global_init(Error &error)
case InputPlugin::InitResult::UNAVAILABLE:
if (error.IsDefined()) {
FormatError(error,
"Input plugin '%s' is unavailable: ",
"Input plugin '%s' is unavailable",
plugin->name);
error.Clear();
}