From 8e2dbddf82b8495c70e9abe5dd313ff9b53093b1 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Mon, 5 Dec 2005 20:41:15 +0000 Subject: [PATCH] proper puncuation git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1120 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/NetworkManagerDbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetworkManagerDbus.c b/src/NetworkManagerDbus.c index ac1369e061..22862156b8 100644 --- a/src/NetworkManagerDbus.c +++ b/src/NetworkManagerDbus.c @@ -1291,7 +1291,7 @@ DBusConnection *nm_dbus_init (NMData *data) connection = dbus_bus_get (DBUS_BUS_SYSTEM, &error); if ((connection == NULL) || dbus_error_is_set (&error)) { - nm_warning ("nm_dbus_init() could not get the system bus. Make sure the message bus daemon is running?"); + nm_warning ("nm_dbus_init() could not get the system bus. Make sure the message bus daemon is running!"); connection = NULL; goto out; }