From 00f2616af77ebcae5ae3aabefad6a01c891dd9af Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Apr 2012 00:05:21 +0200 Subject: [PATCH] nmcompat: Fix error message --- plugins/nmcompat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nmcompat.c b/plugins/nmcompat.c index 9c66d97..6d8d0a6 100644 --- a/plugins/nmcompat.c +++ b/plugins/nmcompat.c @@ -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; } -- 2.7.4