mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-20 05:33:55 -04:00
modules: improve debug in RTP
This commit is contained in:
parent
8db1153519
commit
f4587ea434
3 changed files with 3 additions and 3 deletions
|
|
@ -346,7 +346,7 @@ static int send_udp_sync_packet(struct impl *impl, uint32_t rtptime, unsigned in
|
|||
res = sendmsg(impl->control_fd, &msg, MSG_NOSIGNAL);
|
||||
if (res < 0) {
|
||||
res = -errno;
|
||||
pw_log_warn("error sending control packet: %d", res);
|
||||
pw_log_warn("error sending control packet: %d (%m)", res);
|
||||
}
|
||||
|
||||
pw_log_debug("raop control sync: first:%d latency:%u now:%"PRIx64" rtptime:%u",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue