aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/cbch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cbch.c')
-rw-r--r--src/common/cbch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cbch.c b/src/common/cbch.c
index 75bcf281..e511c674 100644
--- a/src/common/cbch.c
+++ b/src/common/cbch.c
@@ -111,7 +111,7 @@ int bts_process_smscb_cmd(struct gsm_bts *bts,
if (msg_len > sizeof(scm->msg)) {
LOGP(DLSMS, LOGL_ERROR,
- "Cannot process SMSCB of %u bytes (max %lu)\n",
+ "Cannot process SMSCB of %u bytes (max %zu)\n",
msg_len, sizeof(scm->msg));
return -EINVAL;
}