LADI
/
spa
1
Fork 0

impl-node: fix compilation

This commit is contained in:
Wim Taymans 2023-05-24 17:38:40 +02:00
parent 2994c48702
commit 3605eae6ad
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ static inline void calculate_stats(struct pw_impl_node *this, struct pw_node_ac
a->cpu_load[2] = (a->cpu_load[2] * 31.0f + load) / 32.0f;
}
pw_log_trace_fp("%p: graph completed wait:%"PRIu64" run:%"PRIu64
" busy:%"PRIu64" period:%"PRIu64" cpu:%f:%f:%f", node,
" busy:%"PRIu64" period:%"PRIu64" cpu:%f:%f:%f", this,
a->awake_time - signal_time,
a->finish_time - a->awake_time,
process_time, period_time,