cli: small cleanups

Add make cli to start the cli
Only print changes once
Notify of changed objects
This commit is contained in:
Wim Taymans 2017-09-18 22:23:18 +02:00
parent 3b0eec4bf8
commit 6af4f08c6e
3 changed files with 29 additions and 6 deletions

View file

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