mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
improve debug
This commit is contained in:
parent
ad8fa41678
commit
9119e8a26e
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue