Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42931: /trunk-1.6/epan/ /trunk-1.6/epan/: prefs.c

Date: Wed, 30 May 2012 21:50:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42931

User: gerald
Date: 2012/05/30 02:50 PM

Log:
 Copy over the prefs.c portion of r42930 so that the recently updated
 GLib won't trigger bug 7265.
 
   ------------------------------------------------------------------------
   r42930 | gerald | 2012-05-30 14:42:24 -0700 (Wed, 30 May 2012) | 10 lines
   Changed paths:
      M /trunk/epan/prefs.c
      M /trunk/test/suite-capture.sh
 
   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-1.6/epan/
  Changes    Path          Action
  +7 -0      prefs.c       Modified