mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
protocol-native: print connection info after remap
Print the connection messages after mapping the ids or else we can't really make sense of the ids.
This commit is contained in:
parent
e2f01c5838
commit
944d205e8e
2 changed files with 9 additions and 5 deletions
|
|
@ -326,11 +326,6 @@ pw_protocol_native_connection_get_next(struct pw_protocol_native_connection *con
|
|||
*dt = buf->data;
|
||||
*sz = buf->size;
|
||||
|
||||
if (debug_messages) {
|
||||
printf("<<<<<<<<< in: %d %d %zd\n", *dest_id, *opcode, len);
|
||||
spa_debug_pod((struct spa_pod *)data, 0);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue