mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 18:30:32 +01:00
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:
parent
23b6aece94
commit
c1c40e425d
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue