mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
proper puncuation
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1120 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
02ea0ef426
commit
8e2dbddf82
1 changed files with 1 additions and 1 deletions
|
|
@ -1291,7 +1291,7 @@ DBusConnection *nm_dbus_init (NMData *data)
|
||||||
connection = dbus_bus_get (DBUS_BUS_SYSTEM, &error);
|
connection = dbus_bus_get (DBUS_BUS_SYSTEM, &error);
|
||||||
if ((connection == NULL) || dbus_error_is_set (&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;
|
connection = NULL;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue