diff options
-rw-r--r-- | plugins/ofono.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ofono.c b/plugins/ofono.c index 4bdfd986..4cf4dec9 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); |