aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/debug.h')
-rw-r--r--src/common/debug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/debug.h b/src/common/debug.h
index cb2c92b..5989d00 100644
--- a/src/common/debug.h
+++ b/src/common/debug.h
@@ -10,8 +10,10 @@
#define DAUDIO 3
#define DANETZ 4
#define DBNETZ 5
-#define DCALL 6
-#define DMNCC 7
+#define DNMT 6
+#define DFRAME 7
+#define DCALL 8
+#define DMNCC 9
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, fmt, ## arg)
void _printdebug(const char *file, const char *function, int line, int cat, int level, const char *fmt, ...);