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 712841 - services: Demote g_print() -> g_debug() for bus names
services: Demote g_print() -> g_debug() for bus names
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-11-21 19:50 UTC by Colin Walters
Modified: 2013-11-22 20:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
services: Demote g_print() -> g_debug() for bus names (3.42 KB, patch)
2013-11-21 19:50 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2013-11-21 19:50:37 UTC
This happens in normal operation, we don't need to announce it.

Developers wanting to trace things relating to DBus names can use
tools like gdbus monitor or d-feet.
Comment 1 Colin Walters 2013-11-21 19:50:39 UTC
Created attachment 260482 [details] [review]
services: Demote g_print() -> g_debug() for bus names
Comment 2 Matthew Barnes 2013-11-21 22:22:44 UTC
Thanks for the patch.

The newline characters should be stripped from the strings, since g_message() et. al. insert them automatically.  But I can take care of that.
Comment 3 Colin Walters 2013-11-22 20:01:12 UTC
Ah yes, I've done that in other patches but had forgotten it for this one.
Fixed.

Attachment 260482 [details] pushed as f69f79d - services: Demote g_print() -> g_debug() for bus names