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 642768 - Make tracker search backend a bit less verbose
Make tracker search backend a bit less verbose
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-02-19 17:42 UTC by Vincent Untz
Modified: 2011-06-01 00:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtksearchenginetracker: Make backend less verbose (1.93 KB, patch)
2011-02-19 17:42 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2011-02-19 17:42:18 UTC
There are many g_debug() in the code. A few of them can actually be useful to help people understand why the tracker backend doesn't work, but most of them are just noisy.
Comment 1 Vincent Untz 2011-02-19 17:42:20 UTC
Created attachment 181335 [details] [review]
gtksearchenginetracker: Make backend less verbose