mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
improve debug
This commit is contained in:
parent
59d393bd30
commit
7b61bf8c8a
2 changed files with 3 additions and 3 deletions
|
|
@ -1186,7 +1186,7 @@ static int node_ready(void *d, int status)
|
|||
struct timespec ts;
|
||||
struct pw_impl_port *p;
|
||||
|
||||
pw_log_trace("node %p: ready driver:%d exported:%d status:%d", node,
|
||||
pw_log_trace_fp("node %p: ready driver:%d exported:%d status:%d", node,
|
||||
node->driver, node->exported, status);
|
||||
|
||||
if (status & SPA_STATUS_HAVE_DATA) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue