Fix a typo in error message when MM couldn't acquire it's DBus service name.
This commit is contained in:
@@ -124,8 +124,8 @@ dbus_init (GMainLoop *loop)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (request_name_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
|
if (request_name_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
|
||||||
g_warning ("Could not acquire the NetworkManagerSystemSettings service "
|
g_warning ("Could not acquire the " MM_DBUS_SERVICE
|
||||||
"as it is already taken. Return: %d",
|
" service as it is already taken. Return: %d",
|
||||||
request_name_result);
|
request_name_result);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user