protocol: improve debug

This commit is contained in:
Wim Taymans 2019-07-16 18:51:14 +02:00
parent 71938e6c77
commit 30e5ad2b6a
2 changed files with 3 additions and 3 deletions

View file

@ -416,7 +416,7 @@ pw_protocol_native_connection_end(struct pw_protocol_native_connection *conn,
buf->n_fds += buf->msg.n_fds;
if (debug_messages) {
fprintf(stderr, ">>>>>>>>> out: %d %d %d\n", buf->msg.id, buf->msg.opcode, size);
fprintf(stderr, ">>>>>>>>> out: id:%d op:%d size:%d\n", buf->msg.id, buf->msg.opcode, size);
spa_debug_pod(0, NULL, SPA_MEMBER(p, HDR_SIZE, struct spa_pod));
}