This commit is contained in:
iceman1001 2021-04-04 11:31:48 +02:00
commit 3b944adbd0

View file

@ -622,7 +622,7 @@ static int CmdSmartInfo(const char *Cmd) {
PacketResponseNG resp; PacketResponseNG resp;
if (!WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500)) { if (!WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500)) {
if (verbose) { if (verbose) {
PrintAndLogEx(WARNING, "smart card select failed"); PrintAndLogEx(WARNING, "smart card timeout");
} }
return PM3_ETIMEOUT; return PM3_ETIMEOUT;
} }