Fix a typo in error message when MM couldn't acquire it's DBus service name.

This commit is contained in:
Tambet Ingo
2009-02-04 15:24:39 +02:00
parent 2226bb8752
commit d4e1d7dc8c

View File

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