aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-06 12:02:53 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-06 12:02:53 +0000
commitb60fa59276f6366c129ee02f24d0287edc4fcb3a (patch)
tree811c436d3cb59090192c5d94f1f2662277822d5f /src/debug.c
parent2d35ae6d3bab5d44197907849ba189f53fc693b1 (diff)
add DMI and DMIB debug= commandline option parsing
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index 0a35dbccc..5504e112b 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -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;