mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
improve some debug
This commit is contained in:
parent
93006d6d90
commit
453e75a23e
7 changed files with 20 additions and 7 deletions
|
|
@ -992,7 +992,7 @@ static int impl_node_process(void *object)
|
|||
struct pw_node *n = impl->this.node;
|
||||
struct timespec ts;
|
||||
|
||||
spa_log_trace_fp(this->log, "%p: send process %p", this, impl->this.node->driver_node);
|
||||
spa_log_trace_fp(this->log, "%p: send process driver:%p", this, impl->this.node->driver_node);
|
||||
|
||||
spa_system_clock_gettime(this->data_system, CLOCK_MONOTONIC, &ts);
|
||||
n->rt.activation->status = TRIGGERED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue