GNOME Bugzilla – Bug 577855
Disable gdmuser debugging messages
Last modified: 2009-04-03 18:35:08 UTC
This gets rid of the gdmuser debugging messages that aren't generally interesting to us, to help make actual interesting messages more noticeable. I wasn't sure if the gdmuser/ code was a clean import from gdm. If so, we could move this code somewhere else (shell-status-menu?).
Created attachment 132007 [details] [review] Disable gdmuser debugging messages (unless GNOME_SHELL_DEBUG is set)
Would it make sense and just dive in and use g_parse_debug_string(), I have a certain prejudice against having empty envvars enable something.
Created attachment 132011 [details] [review] Disable gdmuser debugging messages (unless "gdm" is set in GNOME_SHELL_DEBUG) This uses g_parse_debug_string(), though it still uses it from within gdm-user-manager.c, rather than doing it in a central location with lots of other debug keys too and then passing the flag to gdm-user-manager somehow. But we can still have other code calling g_parse_debug_string() too.
Sounds good to me.
The local parse of GNOME_SHELL_DEBUG seems like it will work - the only thing that breaks is GNOME_SHELL_DEBUG=help, and who uses that... looks good to me.
committed