From 47d59ac4d937e4b2a01deedfe74a417756ad7ebc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 27 Jan 2021 11:38:47 +0100 Subject: [PATCH] pulse-server: improve debug --- src/modules/module-protocol-pulse/pulse-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/module-protocol-pulse/pulse-server.c b/src/modules/module-protocol-pulse/pulse-server.c index 8fa3642fe..3b5fafb30 100644 --- a/src/modules/module-protocol-pulse/pulse-server.c +++ b/src/modules/module-protocol-pulse/pulse-server.c @@ -2834,8 +2834,8 @@ static int do_set_stream_volume(struct client *client, uint32_t command, uint32_ TAG_INVALID)) < 0) return -EPROTO; - pw_log_info(NAME" %p: [%s] DO_STREAM_VOLUME tag:%u index:%u", impl, - client->name, tag, id); + pw_log_info(NAME" %p: [%s] %s tag:%u index:%u", impl, + client->name, commands[command].name, tag, id); stream = find_stream(client, id); if (stream != NULL) {