summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/log.h b/log.h
index 56bb60d6f2..4d13bbecf2 100644
--- a/log.h
+++ b/log.h
@@ -31,6 +31,8 @@
/* capture child domain (the capture child might also contain file domain messages!) */
#define LOG_DOMAIN_CAPTURE_CHILD "CaptureChild"
+/* main domain */
+#define LOG_DOMAIN_MAIN "Main"
/* enable very verbose capture log debug output */
/*#define LOG_CAPTURE_VERBOSE*/