diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-10-14 04:17:06 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-10-14 04:17:06 -0500 |
commit | 6f54b55b0e227099a0924b661dd4b31eb395e5af (patch) | |
tree | dc903baa12de949ec4c504555244837e6fe65af7 | |
parent | 404e0838da1a12b54efa3f78cbc1c9df496962d2 (diff) | |
download | ofono-6f54b55b0e227099a0924b661dd4b31eb395e5af.tar.bz2 |
stk: Add a debug to print the handled command type
-rw-r--r-- | src/stk.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |