summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-24 21:55:23 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-11-28 10:31:14 -0600
commitd8a9e887058b33d8dacdb926c9d62bb0747394e3 (patch)
tree0adacab16f5a6f5fab7f7baab0c2434ff9825caf /src/voicecall.c
parent7ee8d3a16abea1913d2a1c6bfef70dc9d8ba35f1 (diff)
downloadofono-d8a9e887058b33d8dacdb926c9d62bb0747394e3.tar.bz2
voicecall: Add extra debug info
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 89ad2371..ae76b91f 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -3869,10 +3869,13 @@ void __ofono_voicecall_set_alpha_and_icon_id(struct ofono_voicecall *vc,
vc->dial_req = req;
vc->flags |= VOICECALL_FLAG_STK_MODEM_CALLSETUP;
+
+ DBG("%p, %p", vc, vc->dial_req);
}
void __ofono_voicecall_clear_alpha_and_icon_id(struct ofono_voicecall *vc)
{
+ DBG("%p, %p", vc, vc->dial_req);
if (vc->dial_req) {
g_free(vc->dial_req->message);