summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/sms.c
diff options
context:
space:
mode:
authorRĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com>2010-11-25 12:51:03 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-11-26 13:48:41 -0600
commit6a6f7bed3cfe54c227b6a179f516fc75a43797fb (patch)
treed4ddbfb98d8dece79a0d033a711e6975554a693f /drivers/isimodem/sms.c
parent1b9081567a65622093b898e0f78e74db5aeee333 (diff)
downloadofono-6a6f7bed3cfe54c227b6a179f516fc75a43797fb.tar.bz2
isi: Remove stray newlines in messages sent to log
Diffstat (limited to 'drivers/isimodem/sms.c')
-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 319eb54a..e2c2533d 100644
--- a/drivers/isimodem/sms.c
+++ b/drivers/isimodem/sms.c
@@ -524,7 +524,7 @@ static gboolean routing_resp_cb(GIsiClient *client,
"already\n registered as the SMS "
"routing endpoint.\n As a consequence, "
"receiving SMSs is NOT going to work.\n "
- "On the other hand, sending might work.\n\n",
+ "On the other hand, sending might work.\n",
msg[1], sms_isi_cause_name(msg[1]));
ofono_sms_register(sms);
}