Improve some debug

This commit is contained in:
Wim Taymans 2018-03-01 09:01:52 +01:00
parent b445d1b12e
commit 8e2ceb773e
3 changed files with 6 additions and 6 deletions

View file

@ -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;
}