aboutsummaryrefslogtreecommitdiff
path: root/audio/telephony-maemo.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-04-18 14:31:38 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-04-18 14:31:38 +0300
commit148964fcb22387e6bdaf91f20e199db6093fdae8 (patch)
treebb8020e8066426c7fc25dca3cc332f943e1d48e2 /audio/telephony-maemo.c
parentd31cee86b0b9ebfc99cf0d318c590f5ccdd0f821 (diff)
downloadbluez-148964fcb22387e6bdaf91f20e199db6093fdae8.tar.gz
Fix format string
Diffstat (limited to 'audio/telephony-maemo.c')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 26d8030b..d0389f96 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -1065,7 +1065,7 @@ static void get_operator_name_reply(DBusPendingCall *pending_call,
dbus_error_init(&err);
if (dbus_set_error_from_message(&err, reply)) {
- error("%s get_operator_name failed: %s, %s",
+ error("get_operator_name failed: %s, %s",
err.name, err.message);
dbus_error_free(&err);
goto done;