improve debug

This commit is contained in:
Wim Taymans 2022-09-23 15:14:50 +02:00
parent ad8fa41678
commit 9119e8a26e
2 changed files with 4 additions and 3 deletions

View file

@ -247,7 +247,7 @@ static int start_node(struct pw_impl_node *this)
if (impl->pending_state >= PW_NODE_STATE_RUNNING)
return 0;
pw_log_debug("%p: start node", this);
pw_log_debug("%p: start node driving:%d driver:%d", this, this->driving, this->driver);
if (!(this->driving && this->driver)) {
impl->pending_play = true;