From d4e1d7dc8c6f3b766cac148e13c84d51e10c07f3 Mon Sep 17 00:00:00 2001 From: Tambet Ingo Date: Wed, 4 Feb 2009 15:24:39 +0200 Subject: Fix a typo in error message when MM couldn't acquire it's DBus service name. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3-70-g09d2