Fix double-space in warning message

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2063 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-10-14 12:46:16 +00:00
parent 23b6aece94
commit c1c40e425d

View file

@ -689,8 +689,9 @@ nm_dbus_manager_start_service (NMDBusManager *self)
}
if (ret != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
nm_warning ("Could not acquire the NetworkManager service as it is "
" already taken. Return: %d", ret);
nm_warning ("Could not acquire the NetworkManager service as it"
"is already taken. Return: %d",
ret);
goto out;
}