mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libdvbci: log cosmetic
Origin commit data
------------------
Branch: master
Commit: f6ecb88ba0
Author: max_10 <max_10@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -82,11 +82,11 @@ int eDVBCIApplicationManagerSession::doAction()
|
||||
return 1;
|
||||
}
|
||||
case stateFinal:
|
||||
printf("[CI AM] in final state.");
|
||||
printf("[CI AM] in final state.\n");
|
||||
wantmenu = 0;
|
||||
if (wantmenu)
|
||||
{
|
||||
printf("[CI AM] wantmenu: sending Tenter_menu");
|
||||
printf("[CI AM] wantmenu: sending Tenter_menu\n");
|
||||
const unsigned char tag[3] = {0x9F, 0x80, 0x22}; // Tenter_menu
|
||||
sendAPDU(tag);
|
||||
wantmenu = 0;
|
||||
@@ -101,7 +101,7 @@ int eDVBCIApplicationManagerSession::doAction()
|
||||
|
||||
int eDVBCIApplicationManagerSession::startMMI()
|
||||
{
|
||||
printf("[CI AM] in appmanager -> startmmi()");
|
||||
printf("[CI AM] in appmanager -> startmmi()\n");
|
||||
const unsigned char tag[3] = {0x9F, 0x80, 0x22}; // Tenter_menu
|
||||
sendAPDU(tag);
|
||||
slot->mmiOpened = true;
|
||||
|
Reference in New Issue
Block a user