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.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/common/debug.h b/src/common/debug.h
index 67b020a..a6c07b9 100644
--- a/src/common/debug.h
+++ b/src/common/debug.h
@@ -11,11 +11,12 @@
#define DBNETZ 4
#define DCNETZ 5
#define DNMT 6
-#define DFRAME 7
-#define DCALL 8
-#define DMNCC 9
-#define DDB 10
-#define DTRANS 11
+#define DAMPS 7
+#define DFRAME 8
+#define DCALL 9
+#define DMNCC 10
+#define DDB 11
+#define DTRANS 12
#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, ...);