A-bis: fix logging level mismatch in abis_nm_rcvmsg_fom()

Change-Id: If8f76af4d1e0eb2d7b3534e620e2816cdbbe0b7d
This commit is contained in:
Vadim Yanitskiy 2020-05-16 19:28:15 +07:00 committed by laforge
parent 62766a595d
commit d3d03070e2
1 changed files with 2 additions and 2 deletions

View File

@ -901,10 +901,10 @@ static int abis_nm_rcvmsg_fom(struct msgb *mb)
abis_nm_tlv_parse(&tp, bts, foh->data, oh->length-sizeof(*foh));
if (TLVP_PRESENT(&tp, NM_ATT_NACK_CAUSES))
DEBUGPC(DNM, "CAUSE=%s\n",
LOGPC(DNM, LOGL_NOTICE, "CAUSE=%s\n",
abis_nm_nack_cause_name(*TLVP_VAL(&tp, NM_ATT_NACK_CAUSES)));
else
DEBUGPC(DNM, "\n");
LOGPC(DNM, LOGL_NOTICE, "\n");
nack_data.msg = mb;
nack_data.mt = mt;