summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-10-14 04:17:06 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-10-14 04:17:06 -0500
commit6f54b55b0e227099a0924b661dd4b31eb395e5af (patch)
treedc903baa12de949ec4c504555244837e6fe65af7
parent404e0838da1a12b54efa3f78cbc1c9df496962d2 (diff)
downloadofono-6f54b55b0e227099a0924b661dd4b31eb395e5af.tar.bz2
stk: Add a debug to print the handled command type
-rw-r--r--src/stk.c2
1 files changed, 2 insertions, 0 deletions
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;