Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a packet_list_freeze / thaw pair, if a return comes in it's way | Ulf Lamping | 2005-10-06 | 1 | -0/+2 |
| | | | | | | | | 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 | ||||
* | use the log features of the GLib to have verbose output of the capturing ↵ | Ulf Lamping | 2005-05-26 | 1 | -0/+39 |
engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). use the console_log_handler in main.c for win32 AND unix now Currently use the log for the capturing engine (only), as I desperately needed a log output for debugging. svn path=/trunk/; revision=14438 |