Commit eb111a10 authored by Max Kellermann's avatar Max Kellermann

output/pipewire: remove redundant prefix and newline from log message

parent 80b09360
......@@ -682,7 +682,7 @@ void PipeWireOutput::SendTag(const Tag &tag) noexcept {
auto rc = pw_stream_update_properties(stream, &dict);
if (rc < 0)
LogWarning(pipewire_output_domain, "PipeWire: Error updating properties!\n");
LogWarning(pipewire_output_domain, "Error updating properties");
}
void
......
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