GNOME Bugzilla – Bug 712841
services: Demote g_print() -> g_debug() for bus names
Last modified: 2013-11-22 20:01:15 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.
Created attachment 260482 [details] [review] services: Demote g_print() -> g_debug() for bus names
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.
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