9
0
Fork 0

mtp: Print un-handled messages

This commit is contained in:
Holger Hans Peter Freyther 2010-12-08 11:10:34 +01:00
parent 8220b94064
commit 1291ce5f8c
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ static int mtp_link_sign_msg(struct mtp_link *link, struct mtp_level_3_hdr *hdr,
break;
}
abort();
LOGP(DINP, LOGL_ERROR, "Unknown message:%d/%d %s\n", cmn->h0, cmn->h1, hexdump(&hdr->data[0], l3_len));
return -1;
}