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:
max_10
2017-10-28 22:29:12 +02:00
parent 89c8a1aaf4
commit a3770b2e69
3 changed files with 11 additions and 11 deletions

View File

@@ -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;