mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: improve debug
This commit is contained in:
parent
cdce04bdb1
commit
47d59ac4d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue