This commit is contained in:
max10
2014-06-04 22:07:42 +02:00
parent ad87948717
commit 76c498c2a9
4 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ int eDVBCIResourceManagerSession::receivedAPDU(const unsigned char *tag, const v
state = stateFinal;
break;
default:
printf("%s %s unknown APDU tag 9F 80 %02x\n", tag[2], FILENAME, __FUNCTION__);
printf("%s %s unknown APDU tag 9F 80 %02x\n", FILENAME, __FUNCTION__, tag[2]);
}
}
return 0;