After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 712813 - common: Don't g_message() on normal bootup
common: Don't g_message() on normal bootup
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2013-11-21 14:08 UTC by Colin Walters
Modified: 2013-11-25 12:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common: Don't g_message() on normal bootup (1.18 KB, patch)
2013-11-21 14:08 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2013-11-21 14:08:08 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.
Comment 1 Colin Walters 2013-11-21 14:08:11 UTC
Created attachment 260441 [details] [review]
common: Don't g_message() on normal bootup
Comment 2 Aleksander Morgado 2013-11-21 14:23:11 UTC
Comment on attachment 260441 [details] [review]
common: Don't g_message() on normal bootup

Yeah, probably not worth having it there.
Comment 3 Colin Walters 2013-11-21 17:09:52 UTC
Attachment 260441 [details] pushed as 4aef406 - common: Don't g_message() on normal bootup
Comment 4 Martyn Russell 2013-11-25 12:06:35 UTC
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.