GNOME Bugzilla – Bug 637572
Use GLib log functions correctly for debugging
Last modified: 2011-02-07 00:09:17 UTC
A lot of noise comes out of gnome-shell when starting or when killswitch state changes, and this is difficult to filter because it has the wrong log level and/or log domain. Patch will follow.
Created attachment 176704 [details] [review] Use GLib log facilities appropriately Set a G_LOG_DOMAIN specific for the library and for the applet, so that messages can be filtered, and use the correct log level (which is debug, not message)
Attachment 176704 [details] pushed as 011e335 - Use GLib log facilities appropriately