[sccp] Slightly improve the log message

This commit is contained in:
Holger Hans Peter Freyther 2010-01-30 10:34:18 +01:00
parent 6ae657228c
commit 3cb2890e56
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}