aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/debug.c')
-rw-r--r--src/common/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/debug.c b/src/common/debug.c
index 146662d..2749241 100644
--- a/src/common/debug.c
+++ b/src/common/debug.c
@@ -43,6 +43,7 @@ struct debug_cat {
{ "frame", "\033[0;36m" },
{ "call", "\033[1;37m" },
{ "mncc", "\033[1;32m" },
+ { "database", "\033[0;33m" },
};
int debuglevel = DEBUG_INFO;