proper puncuation

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1120 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2005-12-05 20:41:15 +00:00
parent 02ea0ef426
commit 8e2dbddf82

View file

@ -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;
}