aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-30 10:34:18 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-03 18:19:05 +0100
commit3cb2890e56e715d63a89183f273c8a11ac5771ce (patch)
treeb89db8c9a315e97bd74b649e12ac898e03805a44
parent6ae657228c779e24ff036cdb72518e676025d606 (diff)
[sccp] Slightly improve the log message
-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;
}