diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx index 7cac7b2df..30c6602b6 100644 --- a/src/output/plugins/PipeWireOutputPlugin.cxx +++ b/src/output/plugins/PipeWireOutputPlugin.cxx @@ -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