mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
improve debug
Improve log so that debug level 3 gives a reasonably readable overview of what is going on.
This commit is contained in:
parent
8ab67c5fa0
commit
aafd1e7298
33 changed files with 141 additions and 125 deletions
|
|
@ -248,7 +248,7 @@ int jack_get_property(jack_uuid_t subject,
|
|||
*value = strdup(prop->data);
|
||||
*type = strdup(prop->type);
|
||||
|
||||
pw_log_info("subject:%"PRIu64" key:'%s' value:'%s' type:'%s'",
|
||||
pw_log_debug("subject:%"PRIu64" key:'%s' value:'%s' type:'%s'",
|
||||
subject, key, *value, *type);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue