aboutsummaryrefslogtreecommitdiffstats
path: root/src/link_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/link_udp.c')
-rw-r--r--src/link_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link_udp.c b/src/link_udp.c
index 85f6c09..d66c1cd 100644
--- a/src/link_udp.c
+++ b/src/link_udp.c
@@ -149,7 +149,7 @@ static int udp_read_cb(struct osmo_fd *fd)
length = ntohl(hdr->data_length);
if (length + sizeof(*hdr) > (unsigned int) rc) {
LOGP(DINP, LOGL_ERROR,
- "The MSU payload does not fit: %u + %u > %d on link %d/%s of %d/%s.\n",
+ "The MSU payload does not fit: %u + %zu > %d on link %d/%s of %d/%s.\n",
length, sizeof(*hdr), rc,
link->nr, link->name, link->set->nr, link->set->name);
rc = 0;