From 10d06f6f8cb1207995bb4c8c03ea4c62f3ea92ca Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Sun, 28 Dec 2008 21:38:25 +0000 Subject: Add coloring for SMS debug messages --- src/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 5831e8672..7c55b6e21 100644 --- a/src/debug.c +++ b/src/debug.c @@ -49,6 +49,7 @@ static const struct debug_info debug_info[] = { DEBUG_CATEGORY(DRR, "DRR", "\033[1;34m", "") DEBUG_CATEGORY(DRSL, "DRSSL","\033[1;35m", "") DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "") + DEBUG_CATEGORY(DSMS, "DSMS", "\033[1;37m", "") }; static int use_color = 1; -- cgit v1.2.3