mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
improve logging
Remove some harmless warnings from the log Remove some excessive info logging
This commit is contained in:
parent
a528189d26
commit
d8bac82e72
11 changed files with 24 additions and 25 deletions
|
|
@ -145,7 +145,7 @@ static void *connection_ensure_size(struct pw_protocol_native_connection *conn,
|
|||
errno = -res;
|
||||
return NULL;
|
||||
}
|
||||
pw_log_warn("connection %p: resize buffer to %zd %zd %zd",
|
||||
pw_log_debug("connection %p: resize buffer to %zd %zd %zd",
|
||||
conn, buf->buffer_size, size, buf->buffer_maxsize);
|
||||
}
|
||||
return (uint8_t *) buf->buffer_data + buf->buffer_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue