summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-02-26 08:11:03 +0000
committerHavoc Pennington <hp@redhat.com>2006-02-26 08:11:03 +0000
commitf46701b47aa276e552ffa5975c79ad223562170c (patch)
treee43dbdf7df09f1315f7639eb05ecde9146d9a9ad /dbus
parent78891f0096013a69b959fdd5b4b2c8d4f3577244 (diff)
2006-02-26 Havoc Pennington <hp@redhat.com>
* bus/dbus-daemon.1.in: improve the language in a couple spots I noticed * dbus/dbus-bus.c (internal_bus_get): in the error message if the session bus variable is unset, suggest "man dbus-launch" and "man dbus-daemon" to figure out how to fix the problem
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-bus.c2
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;
}