aboutsummaryrefslogtreecommitdiffstats
path: root/src/abis_rsl.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-22 18:18:12 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-22 18:18:12 +0000
commitc1697105cfd78c2f9e648b06fa54e82c4348c2d4 (patch)
tree1490890b9ec1d2a3074854b0d8a645e9740013ae /src/abis_rsl.c
parent5659d666fb9d1ca6278361e7b55ebb61d200cd7b (diff)
use RSL debug prefix in RSL code
Diffstat (limited to 'src/abis_rsl.c')
-rw-r--r--src/abis_rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abis_rsl.c b/src/abis_rsl.c
index 6d69041fc..ac1c2e78c 100644
--- a/src/abis_rsl.c
+++ b/src/abis_rsl.c
@@ -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;
}