From 664ecbefee0c5e334997c85f307fa99846b41d7f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 30 Sep 2020 12:01:23 +0200 Subject: [PATCH] loop: move debug to _fp --- spa/plugins/support/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/support/loop.c b/spa/plugins/support/loop.c index 160f0c275..c05ae96da 100644 --- a/spa/plugins/support/loop.c +++ b/spa/plugins/support/loop.c @@ -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); }