From f46701b47aa276e552ffa5975c79ad223562170c Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 26 Feb 2006 08:11:03 +0000 Subject: 2006-02-26 Havoc Pennington * 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 --- dbus/dbus-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') 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; } -- cgit