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 637572 - Use GLib log functions correctly for debugging
Use GLib log functions correctly for debugging
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-19 14:20 UTC by Giovanni Campagna
Modified: 2011-02-07 00:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use GLib log facilities appropriately (7.27 KB, patch)
2010-12-19 14:21 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2010-12-19 14:20:51 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.
Comment 1 Giovanni Campagna 2010-12-19 14:21:26 UTC
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)
Comment 2 Bastien Nocera 2011-02-07 00:09:14 UTC
Attachment 176704 [details] pushed as 011e335 - Use GLib log facilities appropriately