diff options
Diffstat (limited to 'src/gsm')
-rw-r--r-- | src/gsm/ipa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c index 9c66037f..a49d8ac2 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/%lu)\n", + "Received part of IPA message header (%d/%zu)\n", msg->len, sizeof(*hh)); if (!tmp_msg) { ret = -EIO; |