use RSL debug prefix in RSL code

This commit is contained in:
Harald Welte 2009-02-22 18:18:12 +00:00
parent 5659d666fb
commit c1697105cf
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ static int abis_rsl_rx_ipacc_disc_ind(struct msgb *msg)
return -EINVAL;
}
DEBUGP(DNM, "cause=0x%02x\n", *TLVP_VAL(&tv, RSL_IE_CAUSE));
DEBUGP(DRSL, "cause=0x%02x\n", *TLVP_VAL(&tv, RSL_IE_CAUSE));
return 0;
}