Commit 1affc641 authored by Max Kellermann's avatar Max Kellermann

input/Init: eliminate double colon from log message

parent 0cfd4fff
...@@ -67,7 +67,7 @@ input_stream_global_init(Error &error) ...@@ -67,7 +67,7 @@ input_stream_global_init(Error &error)
case InputPlugin::InitResult::UNAVAILABLE: case InputPlugin::InitResult::UNAVAILABLE:
if (error.IsDefined()) { if (error.IsDefined()) {
FormatError(error, FormatError(error,
"Input plugin '%s' is unavailable: ", "Input plugin '%s' is unavailable",
plugin->name); plugin->name);
error.Clear(); error.Clear();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment