From 6f54b55b0e227099a0924b661dd4b31eb395e5af Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 14 Oct 2010 04:17:06 -0500 Subject: stk: Add a debug to print the handled command type --- src/stk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/stk.c b/src/stk.c index b94689a4..60b308b5 100644 --- a/src/stk.c +++ b/src/stk.c @@ -2055,6 +2055,8 @@ void ofono_stk_proactive_command_handled_notify(struct ofono_stk *stk, return; } + DBG("type: %d", cmd->type); + switch (cmd->type) { case STK_COMMAND_TYPE_MORE_TIME: break; -- cgit v1.2.3