dbus/dbus dbus-bus.c,1.48,1.49
Havoc Pennington
hp at kemper.freedesktop.org
Sun Feb 26 00:11:05 PST 2006
Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv25065/dbus
Modified Files:
dbus-bus.c
Log Message:
2006-02-26 Havoc Pennington <hp at 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
Index: dbus-bus.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- dbus-bus.c 19 Dec 2005 15:11:51 -0000 1.48
+++ dbus-bus.c 26 Feb 2006 08:11:03 -0000 1.49
@@ -351,7 +351,7 @@
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;
}
More information about the dbus-commit
mailing list