http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42930
User: gerald
Date: 2012/05/30 02:42 PM
Log:
In recent versions of GLib (test with 2.32) g_log_default_handler
helpfully ignores G_LOG_LEVEL_INFO and G_LOG_LEVEL_DEBUG messages by
default. If the console_log_level preference includes either of those
two levels set the G_MESSAGES_DEBUG environment variable so that those
messages are printed.
Add checks for various console log messages to the stdin capture suite.
Fixes bug 7265.
Directory: /trunk/epan/
Changes Path Action
+7 -0 prefs.c Modified
Directory: /trunk/test/
Changes Path Action
+30 -4 suite-capture.sh Modified