diff options
Diffstat (limited to 'dbus')
| -rw-r--r-- | dbus/dbus-bus.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c index 8ba7d941..060b0ba9 100644 --- a/dbus/dbus-bus.c +++ b/dbus/dbus-bus.c @@ -351,7 +351,7 @@ internal_bus_get (DBusBusType  type,    if (address == NULL)      {        dbus_set_error (error, DBUS_ERROR_FAILED, -                      "Unable to determine the address of the message bus"); +                      "Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)");        _DBUS_UNLOCK (bus);        return NULL;      }  | 
