RSL should not be called RSSL in the debug definition (Andreas Eversberg)

This commit is contained in:
Harald Welte 2009-05-23 06:43:35 +00:00
parent c125a680ef
commit c1d2aaecb5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DCC, "DCC", "\033[1;32m", "")
DEBUG_CATEGORY(DNM, "DMM", "\033[1;33m", "")
DEBUG_CATEGORY(DRR, "DRR", "\033[1;34m", "")
DEBUG_CATEGORY(DRSL, "DRSSL","\033[1;35m", "")
DEBUG_CATEGORY(DRSL, "DRSL", "\033[1;35m", "")
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")
DEBUG_CATEGORY(DSMS, "DSMS", "\033[1;37m", "")
DEBUG_CATEGORY(DPAG, "DPAG", "\033[1;38m", "")