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 609312 - [dbus] Include service name in error messages
[dbus] Include service name in error messages
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-08 11:41 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2010-02-08 13:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[dbus] Include service name in error messages (2.75 KB, patch)
2010-02-08 11:42 UTC, Johan (not receiving bugmail) Dahlin
accepted-commit_now Details | Review

Description Johan (not receiving bugmail) Dahlin 2010-02-08 11:41:56 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.
Comment 1 Johan (not receiving bugmail) Dahlin 2010-02-08 11:42:03 UTC
Created attachment 153260 [details] [review]
[dbus] Include service name in error messages
Comment 2 Tommi Komulainen 2010-02-08 12:44:51 UTC
Review of attachment 153260 [details] [review]:

Looks good to me.
Comment 3 Johan (not receiving bugmail) Dahlin 2010-02-08 13:52:06 UTC
Thanks, pushed to master.