diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-09-09 20:21:36 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-09-09 20:44:45 +0200 |
commit | 0ae533f6bf1487fefc8e17c185a845c1ae4fed47 (patch) | |
tree | ee65e3612fb57f6c47a49ab2027d20ed648bafe6 /plugins | |
parent | 1704f6e727b3f9869ed9181b3abcd583288ca1f9 (diff) | |
download | connman-0ae533f6bf1487fefc8e17c185a845c1ae4fed47.tar.gz connman-0ae533f6bf1487fefc8e17c185a845c1ae4fed47.tar.bz2 connman-0ae533f6bf1487fefc8e17c185a845c1ae4fed47.zip |
Fix error message formatting
Diffstat (limited to 'plugins')
-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); |