From: "Frédéric Danis" <frederic.danis@collabora.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ] mpris-proxy: Fix missing line returns
Date: Tue, 4 Feb 2025 16:50:25 +0100 [thread overview]
Message-ID: <20250204155025.96612-1-frederic.danis@collabora.com> (raw)
---
tools/mpris-proxy.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/mpris-proxy.c b/tools/mpris-proxy.c
index b08733314..2774bcc1a 100644
--- a/tools/mpris-proxy.c
+++ b/tools/mpris-proxy.c
@@ -2132,7 +2132,7 @@ static void register_player(GDBusProxy *proxy)
player->conn = g_dbus_setup_private(DBUS_BUS_SESSION, player->bus_name,
NULL);
if (!player->conn) {
- fprintf(stderr, "Could not register bus name %s",
+ fprintf(stderr, "Could not register bus name %s\n",
player->bus_name);
goto fail;
}
@@ -2143,7 +2143,7 @@ static void register_player(GDBusProxy *proxy)
NULL,
mpris_properties,
player, NULL)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_INTERFACE);
goto fail;
}
@@ -2154,7 +2154,7 @@ static void register_player(GDBusProxy *proxy)
player_signals,
player_properties,
player, player_free)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_PLAYER_INTERFACE);
goto fail;
}
@@ -2165,7 +2165,7 @@ static void register_player(GDBusProxy *proxy)
tracklist_signals,
tracklist_properties,
player, NULL)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_TRACKLIST_INTERFACE);
goto fail;
}
@@ -2176,7 +2176,7 @@ static void register_player(GDBusProxy *proxy)
NULL,
playlist_properties,
player, NULL)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_PLAYLISTS_INTERFACE);
goto fail;
}
--
2.43.0
next reply other threads:[~2025-02-04 15:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-04 15:50 Frédéric Danis [this message]
2025-02-04 17:12 ` [BlueZ] mpris-proxy: Fix missing line returns bluez.test.bot
2025-02-04 22:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250204155025.96612-1-frederic.danis@collabora.com \
--to=frederic.danis@collabora.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox