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:
Wim Taymans 2018-02-26 12:36:16 +01:00
parent e2f01c5838
commit 944d205e8e
2 changed files with 9 additions and 5 deletions

View file

@ -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;
}