nmcompat: Fix error message
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 28 Apr 2012 22:05:21 +0000 (00:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 28 Apr 2012 22:05:21 +0000 (00:05 +0200)
plugins/nmcompat.c

index 9c66d97..6d8d0a6 100644 (file)
@@ -183,7 +183,7 @@ static int nmcompat_init(void)
                return -1;
 
        if (g_dbus_request_name(connection, NM_SERVICE, NULL) == FALSE) {
-               connman_error("nmcompat: failed register service\n");
+               connman_error("nmcompat: failed to register service");
                return -1;
        }