improve debug

This commit is contained in:
Wim Taymans 2022-12-07 16:01:16 +01:00
parent 59d393bd30
commit 7b61bf8c8a
2 changed files with 3 additions and 3 deletions

View file

@ -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) {