aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2009-02-04 15:24:39 +0200
committerTambet Ingo <tambet@gmail.com>2009-02-04 15:24:39 +0200
commitd4e1d7dc8c6f3b766cac148e13c84d51e10c07f3 (patch)
treeb44fdf8c0a4f1f2f25b84ce4a0bebf9e5472adb7
parent2226bb8752987d210a5e7dd673dd9426a3d2701f (diff)
Fix a typo in error message when MM couldn't acquire it's DBus service name.
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 61e6e1fb..aae649db 100644
--- a/src/main.c
+++ b/src/main.c
@@ -124,8 +124,8 @@ dbus_init (GMainLoop *loop)
}
if (request_name_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
- g_warning ("Could not acquire the NetworkManagerSystemSettings service "
- "as it is already taken. Return: %d",
+ g_warning ("Could not acquire the " MM_DBUS_SERVICE
+ " service as it is already taken. Return: %d",
request_name_result);
goto err;
}