mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Improve some debug
This commit is contained in:
parent
b445d1b12e
commit
8e2ceb773e
3 changed files with 6 additions and 6 deletions
|
|
@ -742,7 +742,7 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
impl->wakeup = spa_loop_utils_add_event(&impl->utils, wakeup_func, impl);
|
||||
impl->ack_fd = eventfd(0, EFD_CLOEXEC);
|
||||
|
||||
spa_log_info(impl->log, NAME " %p: initialized", impl);
|
||||
spa_log_debug(impl->log, NAME " %p: initialized", impl);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue