mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
impl-link: silence some debug
This commit is contained in:
parent
9fb14be4e3
commit
0ef30aecab
1 changed files with 2 additions and 2 deletions
|
|
@ -1018,7 +1018,7 @@ static void input_node_result(void *data, int seq, int res, uint32_t type, const
|
|||
{
|
||||
struct impl *impl = data;
|
||||
struct pw_impl_port *port = impl->this.input;
|
||||
pw_log_info("%p: input port %p result seq:%d %d res:%d type:%u",
|
||||
pw_log_trace("%p: input port %p result seq:%d %d res:%d type:%u",
|
||||
impl, port, seq, SPA_RESULT_ASYNC_SEQ(seq), res, type);
|
||||
|
||||
if (type == SPA_RESULT_TYPE_NODE_ERROR && impl->input_pending_seq == seq)
|
||||
|
|
@ -1031,7 +1031,7 @@ static void output_node_result(void *data, int seq, int res, uint32_t type, cons
|
|||
{
|
||||
struct impl *impl = data;
|
||||
struct pw_impl_port *port = impl->this.output;
|
||||
pw_log_info("%p: output port %p result seq:%d %d res:%d type:%u",
|
||||
pw_log_trace("%p: output port %p result seq:%d %d res:%d type:%u",
|
||||
impl, port, seq, SPA_RESULT_ASYNC_SEQ(seq), res, type);
|
||||
|
||||
if (type == SPA_RESULT_TYPE_NODE_ERROR && impl->output_pending_seq == seq)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue