GNOME Bugzilla – Bug 712813
common: Don't g_message() on normal bootup
Last modified: 2013-11-25 12:06:35 UTC
This log message gets emitted even if we have nothing to do on normal bootup. This spew is now more visible due to See https://bugs.freedesktop.org/show_bug.cgi?id=68559 By reducing debug output, we make it easier to spot actual errors.
Created attachment 260441 [details] [review] common: Don't g_message() on normal bootup
Comment on attachment 260441 [details] [review] common: Don't g_message() on normal bootup Yeah, probably not worth having it there.
Attachment 260441 [details] pushed as 4aef406 - common: Don't g_message() on normal bootup
Yea, to be honest, this message is quite important if you're using the command line and want to switch from GSettings to GKeyFile for config file loading... not really found a better way to do this other than the compile time option to have config file tracing like we do in other places in the code base. Anyway. Thanks for the patch Colin and for reviewing Aleksander.