mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
jack: improve debug
This commit is contained in:
parent
cfdd6cab20
commit
8c893cbc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -2001,7 +2001,7 @@ static int metadata_property(void *object, uint32_t id,
|
|||
struct object *o;
|
||||
jack_uuid_t uuid;
|
||||
|
||||
pw_log_info("set id:%u '%s' to '%s@%s'", id, key, value, type);
|
||||
pw_log_info("set id:%u key:'%s' value:'%s' type:'%s'", id, key, value, type);
|
||||
|
||||
o = pw_map_lookup(&c->context.globals, id);
|
||||
if (o == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue