pulse-server: improve debug

This commit is contained in:
Wim Taymans 2021-01-27 11:38:47 +01:00
parent cdce04bdb1
commit 47d59ac4d9

View file

@ -2834,8 +2834,8 @@ static int do_set_stream_volume(struct client *client, uint32_t command, uint32_
TAG_INVALID)) < 0) TAG_INVALID)) < 0)
return -EPROTO; return -EPROTO;
pw_log_info(NAME" %p: [%s] DO_STREAM_VOLUME tag:%u index:%u", impl, pw_log_info(NAME" %p: [%s] %s tag:%u index:%u", impl,
client->name, tag, id); client->name, commands[command].name, tag, id);
stream = find_stream(client, id); stream = find_stream(client, id);
if (stream != NULL) { if (stream != NULL) {