mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
netjack2: fix trace_fp compilation
This commit is contained in:
parent
c3e08ad9c9
commit
4e0137696f
1 changed files with 2 additions and 2 deletions
|
|
@ -670,8 +670,8 @@ on_data_io(void *data, int fd, uint32_t mask)
|
||||||
|
|
||||||
impl->frame_time += nframes;
|
impl->frame_time += nframes;
|
||||||
|
|
||||||
pw_log_trace_fp("process %d %u %u %p %"PRIu64, nframes, source_running,
|
pw_log_trace_fp("process %d %u %u %"PRIu64, nframes, source_running,
|
||||||
sink_running, impl->position, impl->frame_time);
|
sink_running, impl->frame_time);
|
||||||
|
|
||||||
if (impl->new_xrun) {
|
if (impl->new_xrun) {
|
||||||
pw_log_warn("Xrun netjack2:%u PipeWire:%u", impl->nj2_xrun, impl->pw_xrun);
|
pw_log_warn("Xrun netjack2:%u PipeWire:%u", impl->nj2_xrun, impl->pw_xrun);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue