aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}