aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/sccp
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/sccp')
-rw-r--r--openbsc/src/sccp/sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/sccp/sccp.c b/openbsc/src/sccp/sccp.c
index 125910407..7630b1c58 100644
--- a/openbsc/src/sccp/sccp.c
+++ b/openbsc/src/sccp/sccp.c
@@ -461,7 +461,7 @@ int _sccp_parse_udt(struct msgb *msgb, struct sccp_parse_result *result)
msgb->l3h = &udt->data[udt->variable_data];
if (msgb_l3len(msgb) != msgb->l3h[-1]) {
- DEBUGP(DSCCP, "msgb is truncated %u %u\n",
+ DEBUGP(DSCCP, "msgb is truncated is: %u should: %u\n",
msgb_l3len(msgb), msgb->l3h[-1]);
return -1;
}