From 0ae533f6bf1487fefc8e17c185a845c1ae4fed47 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 9 Sep 2010 20:21:36 +0200 Subject: [PATCH] Fix error message formatting --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 4bdfd98..4cf4dec 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -251,7 +251,7 @@ static void set_online_reply(DBusPendingCall *call, void *user_data) dbus_error_init(&error); if (dbus_set_error_from_message(&error, reply)) { - connman_error("SetProperty(Online): %s: %s", + connman_error("SetProperty(Online) %s %s", error.name, error.message); dbus_error_free(&error); -- 2.7.4