output/pipewire: remove redundant prefix and newline from log message
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user