mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: move memblock back to debug
This commit is contained in:
parent
379cbeaa5d
commit
7c0081eb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue