diff --git a/src/modules/module-protocol-pulse/pulse-server.c b/src/modules/module-protocol-pulse/pulse-server.c index c60ab5c84..40ec4f830 100644 --- a/src/modules/module-protocol-pulse/pulse-server.c +++ b/src/modules/module-protocol-pulse/pulse-server.c @@ -5005,7 +5005,7 @@ static int handle_memblock(struct client *client, struct message *msg) } filled = spa_ringbuffer_get_write_index(&stream->ring, &index); - pw_log_info("new block %p %p/%u filled:%d index:%d flags:%02x offset:%"PRIu64, + pw_log_debug("new block %p %p/%u filled:%d index:%d flags:%02x offset:%"PRIu64, msg, msg->data, msg->length, filled, index, flags, offset);