add DMI and DMIB debug= commandline option parsing

This commit is contained in:
Harald Welte 2009-02-06 12:02:53 +00:00
parent 2d35ae6d3b
commit b60fa59276
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")
DEBUG_CATEGORY(DSMS, "DSMS", "\033[1;37m", "")
DEBUG_CATEGORY(DPAG, "DPAG", "\033[1;38m", "")
DEBUG_CATEGORY(DMI, "DMI", "", "")
DEBUG_CATEGORY(DMIB, "DMIB", "", "")
};
static int use_color = 1;