mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
loop: move debug to _fp
This commit is contained in:
parent
68bff629b3
commit
664ecbefee
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ static int loop_iterate(void *object, int timeout)
|
|||
static void source_io_func(struct spa_source *source)
|
||||
{
|
||||
struct source_impl *impl = SPA_CONTAINER_OF(source, struct source_impl, source);
|
||||
spa_log_trace(impl->impl->log, NAME" %p: io %08x", impl, source->rmask);
|
||||
spa_log_trace_fp(impl->impl->log, NAME" %p: io %08x", impl, source->rmask);
|
||||
impl->func.io(source->data, source->fd, source->rmask);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue