From 3cb2890e56e715d63a89183f273c8a11ac5771ce Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 30 Jan 2010 10:34:18 +0100 Subject: [PATCH] [sccp] Slightly improve the log message --- openbsc/src/sccp/sccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }