mncc_builtin: log type of unhandled message in int_mncc_recv()

Change-Id: Ie65b2da4c3a13ac36132a2f8c9c85cc420c7a5a6
This commit is contained in:
Vadim Yanitskiy 2020-08-22 17:49:35 +07:00 committed by laforge
parent 880a69391d
commit 4d75559dad
1 changed files with 2 additions and 1 deletions

View File

@ -370,7 +370,8 @@ int int_mncc_recv(struct gsm_network *net, struct msgb *msg)
rc = mncc_tx_to_cc(net, data);
break;
default:
LOGP(DMNCC, LOGL_NOTICE, "(call %x) Message unhandled\n", callref);
LOGP(DMNCC, LOGL_NOTICE, "(call %x) Message '%s' unhandled\n",
callref, get_mncc_name(msg_type));
break;
}