From eb111a10e78c9af1b65bcd78406009e17fab1a0b Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Tue, 19 Oct 2021 14:37:31 +0200
Subject: [PATCH] output/pipewire: remove redundant prefix and newline from log
 message

---
 src/output/plugins/PipeWireOutputPlugin.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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