mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
cli: small cleanups
Add make cli to start the cli Only print changes once Notify of changed objects
This commit is contained in:
parent
3b0eec4bf8
commit
6af4f08c6e
3 changed files with 29 additions and 6 deletions
|
|
@ -229,7 +229,7 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
|
||||
spa_ringbuffer_init(&this->trace_rb, TRACE_BUFFER);
|
||||
|
||||
spa_log_info(&this->log, NAME " %p: initialized", this);
|
||||
spa_log_debug(&this->log, NAME " %p: initialized", this);
|
||||
|
||||
return SPA_RESULT_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue