From d8a9e887058b33d8dacdb926c9d62bb0747394e3 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 24 Nov 2012 21:55:23 -0600 Subject: voicecall: Add extra debug info --- src/voicecall.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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); -- cgit v1.2.3