mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
small cleanups
This commit is contained in:
parent
65e00631da
commit
c61d579d99
9 changed files with 34 additions and 19 deletions
|
|
@ -226,7 +226,7 @@ process_messages(struct client_data *data)
|
|||
goto invalid_message;
|
||||
|
||||
if (debug_messages) {
|
||||
printf("<<<<<<<<< in: %d %d %d\n", id, opcode, size);
|
||||
fprintf(stderr, "<<<<<<<<< in: %d %d %d\n", id, opcode, size);
|
||||
spa_debug_pod((struct spa_pod *)message, 0);
|
||||
}
|
||||
if (demarshal[opcode].func(resource, message, size) < 0)
|
||||
|
|
@ -560,7 +560,7 @@ on_remote_data(void *data, int fd, enum spa_io mask)
|
|||
}
|
||||
}
|
||||
if (debug_messages) {
|
||||
printf("<<<<<<<<< in: %d %d %d\n", id, opcode, size);
|
||||
fprintf(stderr, "<<<<<<<<< in: %d %d %d\n", id, opcode, size);
|
||||
spa_debug_pod((struct spa_pod *)message, 0);
|
||||
}
|
||||
if (demarshal[opcode].func(proxy, message, size) < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue