GNOME Bugzilla – Bug 671086
Remove muted log handler
Last modified: 2012-03-01 13:09:27 UTC
These days GLib automatically filters g_debug() unless the appropriate env var is set, which means that all muted_log_handler() blocks is filtered by the default log handler. On the other hand, muted_log_handler() gets in the way when you actually want to debug one of the muter libraries. I'd say it's time to remove it.
Was there meant to be a patch here?
Created attachment 208767 [details] [review] main: Remove muted_log_handler Since glib turns off g_debug spew by default, we don't need to mute it ourselves.
Review of attachment 208767 [details] [review]: It seemed straightforward enough not to warrant a patch...
Attachment 208767 [details] pushed as 98aa61e - main: Remove muted_log_handler