summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-03-20 16:48:19 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-03-20 16:48:19 +0200
commit074b8ca641d2e6f51451ca71942604abbbdf2596 (patch)
tree9117bbfff5314265b83d51da7ce0c4bafb0ea975
parent93dd7177ba5df9dfb14132a8319fa03cceb7556b (diff)
Fix error log
-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 34136838..7f35b273 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -1069,7 +1069,7 @@ static void get_operator_name_reply(DBusPendingCall *pending_call,
}
if (net_err != 0) {
- error("get_remote_name failed with code %d", net_err);
+ error("get_operator_name failed with code %d", net_err);
goto done;
}