summaryrefslogtreecommitdiffstats
path: root/src/voicecall.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:50:15 -0600
commite7c4442c6966102c382e7059f1b847c66e8c8cbb (patch)
tree4268efaeedf46a8900197ea60adb31155999bc05 /src/voicecall.c
parent1578c0e2f466a1b89105a957220a6b357227a3b3 (diff)
downloadofono-e7c4442c6966102c382e7059f1b847c66e8c8cbb.tar.bz2
core: Remove stray newlines in messages sent to log
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 52baec3a..a91f14ff 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1825,7 +1825,7 @@ void ofono_voicecall_notify(struct ofono_voicecall *vc,
call_compare_by_id);
if (l) {
- DBG("Found call with id: %d\n", call->id);
+ DBG("Found call with id: %d", call->id);
voicecall_set_call_status(l->data, call->status);
voicecall_set_call_lineid(l->data, &call->phone_number,
call->clip_validity);
@@ -1833,7 +1833,7 @@ void ofono_voicecall_notify(struct ofono_voicecall *vc,
return;
}
- DBG("Did not find a call with id: %d\n", call->id);
+ DBG("Did not find a call with id: %d", call->id);
__ofono_modem_callid_hold(modem, call->id);