summaryrefslogtreecommitdiff
path: root/plugins/nmcompat.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-04-29 00:05:21 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-29 00:05:21 +0200
commit00f2616af77ebcae5ae3aabefad6a01c891dd9af (patch)
treea4675566eb3c15395bb04bd9a72643ef344c278b /plugins/nmcompat.c
parent8796333af04b7d96dff3c4dbc5b57f5152a8b454 (diff)
downloadconnman-00f2616af77ebcae5ae3aabefad6a01c891dd9af.tar.gz
connman-00f2616af77ebcae5ae3aabefad6a01c891dd9af.tar.bz2
connman-00f2616af77ebcae5ae3aabefad6a01c891dd9af.zip
nmcompat: Fix error message
Diffstat (limited to 'plugins/nmcompat.c')
-rw-r--r--plugins/nmcompat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nmcompat.c b/plugins/nmcompat.c
index 9c66d972..6d8d0a66 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;
}