debug: Fix the definition on DMM (Andreas Eversberg)

Now MM can be specified on the command line with the debug option.
This commit is contained in:
Holger Freyther 2009-06-02 02:35:12 +00:00
parent 7b26bcb1b5
commit 3770b763bc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct debug_info {
static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DRLL, "DRLL", "\033[1;31m", "")
DEBUG_CATEGORY(DCC, "DCC", "\033[1;32m", "")
DEBUG_CATEGORY(DNM, "DMM", "\033[1;33m", "")
DEBUG_CATEGORY(DMM, "DMM", "\033[1;33m", "")
DEBUG_CATEGORY(DRR, "DRR", "\033[1;34m", "")
DEBUG_CATEGORY(DRSL, "DRSL", "\033[1;35m", "")
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")