GNOME Bugzilla – Bug 609312
[dbus] Include service name in error messages
Last modified: 2010-02-08 13:52:06 UTC
Make it easier to track down when a service is not started. Got error starting service: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. turns into: Got error starting service 'com.litl.Gecko': org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Created attachment 153260 [details] [review] [dbus] Include service name in error messages
Review of attachment 153260 [details] [review]: Looks good to me.
Thanks, pushed to master.