We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d2d7d commit 65ffef8Copy full SHA for 65ffef8
src/globalplatform/gp_command_set.cpp
@@ -17,7 +17,7 @@ GlobalPlatformCommandSet::GlobalPlatformCommandSet(IChannel* channel)
17
18
bool GlobalPlatformCommandSet::select(const QByteArray& aid)
19
{
20
- qDebug() << "GPCommandSet::select()" << (aid.isEmpty() ? "ISD" : aid.toHex());
+ qDebug() << "GPCommandSet::select()" << (aid.isEmpty() ? ISD_AID().toHex() : aid.toHex());
21
QByteArray aidToSend = aid.isEmpty() ? ISD_AID() : aid;
22
23
// Build SELECT command
0 commit comments