output/pipewire: remove redundant prefix and newline from log message
This commit is contained in:
parent
80b09360c6
commit
eb111a10e7
@ -682,7 +682,7 @@ void PipeWireOutput::SendTag(const Tag &tag) noexcept {
|
|||||||
|
|
||||||
auto rc = pw_stream_update_properties(stream, &dict);
|
auto rc = pw_stream_update_properties(stream, &dict);
|
||||||
if (rc < 0)
|
if (rc < 0)
|
||||||
LogWarning(pipewire_output_domain, "PipeWire: Error updating properties!\n");
|
LogWarning(pipewire_output_domain, "Error updating properties");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user