summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPessi Pekka (Nokia-D/Helsinki) <Pekka.Pessi@nokia.com>2010-05-25 22:37:07 +0200
committerAki Niemi <aki.niemi@nokia.com>2010-05-26 00:07:30 +0300
commit0318e194b34d11994c053eddc4989cb277941826 (patch)
tree5dde228c7c7d4362b1b0ed5ad55c4d87e4712acf /drivers
parent9ec222fc9476d82006ea9af486d2fe3de5d5a7b1 (diff)
downloadofono-0318e194b34d11994c053eddc4989cb277941826.tar.bz2
isimodem: fix confusing log message
Diffstat (limited to 'drivers')
-rw-r--r--drivers/isimodem/sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/sms.c b/drivers/isimodem/sms.c
index b6051600..768d38bb 100644
--- a/drivers/isimodem/sms.c
+++ b/drivers/isimodem/sms.c
@@ -472,7 +472,7 @@ static bool routing_resp_cb(GIsiClient *client, const void *restrict data,
"already\n registered as the SMS "
"routing endpoint.\n As a consequence, "
"receiving SMSs is NOT going to work.\n "
- "Receiving on the other hand might work.\n\n",
+ "On the other hand, sending might work.\n\n",
msg[1], sms_isi_cause_name(msg[1]));
ofono_sms_register(sms);
}