From bb5e5d6ce10fe015e1c7aabcca8c51d097b5c789 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 6 Oct 2005 00:55:21 +0000 Subject: 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 --- log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'log.h') 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*/ -- cgit v1.2.3