isimodem: fix confusing log message

This commit is contained in:
Pessi Pekka (Nokia-D/Helsinki) 2010-05-25 22:37:07 +02:00 committed by Aki Niemi
parent 9ec222fc94
commit 0318e194b3
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}