aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-29 04:06:41 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-29 04:06:41 +0000
commitd35b6a7b12a7cb4e165afa2580943f821022a792 (patch)
treef806081a847a23eec340d1511fc95cd9988da9e6 /src
parentbb16e8e39a60eae010af065c0d370a0fcf72288e (diff)
debug: Create a region for Paging Command
Diffstat (limited to 'src')
-rw-r--r--src/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index 7c55b6e21..cd6573968 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -50,6 +50,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DRSL, "DRSSL","\033[1;35m", "")
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")
DEBUG_CATEGORY(DSMS, "DSMS", "\033[1;37m", "")
+ DEBUG_CATEGORY(DPAG, "DPAG", "\033[1;38m", "")
};
static int use_color = 1;