aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-10-06 00:55:21 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-10-06 00:55:21 +0000
commitbb5e5d6ce10fe015e1c7aabcca8c51d097b5c789 (patch)
tree433f89941372c48953ab394a1dda36da8b645606 /log.h
parent70d49795575878ccb1f4a48536243866ba6a61ef (diff)
fix a packet_list_freeze / thaw pair, if a return comes in it's way
add a g_warning() call if an error occured while reading from capture file (while doing a live update), usually shouldn't happen but is difficult to debug *if* it happens add a new log domain LOG_DOMAIN_MAIN and the standard log handler for it add some (partly commented out) g_log() calls, useful for GUI sequence debugging svn path=/trunk/; revision=16136
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*/