aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gsm/ipa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index 35a0775a..9c66037f 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -355,7 +355,7 @@ int ipa_msg_recv_buffered(int fd, struct msgb **rmsg, struct msgb **tmp_msg)
}
LOGP(DLINP, LOGL_INFO,
- "Received part of IPA message header (%d/%d)\n",
+ "Received part of IPA message header (%d/%lu)\n",
msg->len, sizeof(*hh));
if (!tmp_msg) {
ret = -EIO;