mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
protocol-native: debug connection after remap
This commit is contained in:
parent
ea182ba194
commit
992f20f805
1 changed files with 4 additions and 0 deletions
|
|
@ -559,6 +559,10 @@ on_remote_data(void *data, int fd, enum spa_io mask)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (debug_messages) {
|
||||||
|
printf("<<<<<<<<< in: %d %d %d\n", id, opcode, size);
|
||||||
|
spa_debug_pod((struct spa_pod *)message, 0);
|
||||||
|
}
|
||||||
if (demarshal[opcode].func(proxy, message, size) < 0) {
|
if (demarshal[opcode].func(proxy, message, size) < 0) {
|
||||||
pw_log_error ("protocol-native %p: invalid message received %u for %u", this,
|
pw_log_error ("protocol-native %p: invalid message received %u for %u", this,
|
||||||
opcode, id);
|
opcode, id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue