mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
jack: make stray debug warn to trace
This commit is contained in:
parent
9a5bbbee00
commit
2e9c1debdf
1 changed files with 1 additions and 1 deletions
|
|
@ -5651,7 +5651,7 @@ void * jack_port_get_buffer (jack_port_t *port, jack_nframes_t frames)
|
|||
ptr = p->get_buffer(p, frames);
|
||||
}
|
||||
done:
|
||||
pw_log_warn("%p: port:%p buffer:%p frames:%d", c, p, ptr, frames);
|
||||
pw_log_trace_fp("%p: port:%p buffer:%p frames:%d", c, p, ptr, frames);
|
||||
return ptr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue