modules: improve debug in RTP

This commit is contained in:
Wim Taymans 2026-03-17 13:53:23 +01:00
parent 8db1153519
commit f4587ea434
3 changed files with 3 additions and 3 deletions

View file

@ -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",