abis: Consistent usage of LOGP/DEBUGP for "RSL CONNECT NACK"

This commit is contained in:
Alexander Chemeris 2013-10-06 23:35:39 +02:00 committed by Holger Hans Peter Freyther
parent caa98d51b6
commit 0c48fc7c62
1 changed files with 2 additions and 2 deletions

View File

@ -2436,10 +2436,10 @@ static int abis_nm_rx_ipacc(struct msgb *msg)
case NM_MT_IPACC_RSL_CONNECT_NACK:
LOGP(DNM, LOGL_ERROR, "RSL CONNECT NACK ");
if (TLVP_PRESENT(&tp, NM_ATT_NACK_CAUSES))
DEBUGPC(DNM, " CAUSE=%s\n",
LOGPC(DNM, LOGL_ERROR, " CAUSE=%s\n",
abis_nm_nack_cause_name(*TLVP_VAL(&tp, NM_ATT_NACK_CAUSES)));
else
DEBUGPC(DNM, "\n");
LOGPC(DNM, LOGL_ERROR, "\n");
break;
case NM_MT_IPACC_SET_NVATTR_ACK:
DEBUGPC(DNM, "SET NVATTR ACK\n");