diff options
author | Tambet Ingo <tambet@gmail.com> | 2009-02-04 15:24:39 +0200 |
---|---|---|
committer | Tambet Ingo <tambet@gmail.com> | 2009-02-04 15:24:39 +0200 |
commit | d4e1d7dc8c6f3b766cac148e13c84d51e10c07f3 (patch) | |
tree | b44fdf8c0a4f1f2f25b84ce4a0bebf9e5472adb7 | |
parent | 2226bb8752987d210a5e7dd673dd9426a3d2701f (diff) |
Fix a typo in error message when MM couldn't acquire it's DBus service name.
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |