mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
move some debug to trace
This commit is contained in:
parent
3745f79fc5
commit
6fc02ca5e0
6 changed files with 10 additions and 10 deletions
|
|
@ -340,7 +340,7 @@ impl_node_add_listener(void *object,
|
|||
|
||||
spa_return_val_if_fail(this != NULL, -EINVAL);
|
||||
|
||||
spa_log_debug(this->log, NAME" %p: add listener %p", this, listener);
|
||||
spa_log_trace(this->log, NAME" %p: add listener %p", this, listener);
|
||||
spa_hook_list_isolate(&this->hooks, &save, listener, events, data);
|
||||
|
||||
emit_node_info(this, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue