mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg: 'sc' more debug
This commit is contained in:
parent
da52b71135
commit
99eaef27fd
1 changed files with 5 additions and 1 deletions
|
@ -103,7 +103,11 @@ int CmdSmartRaw(const char *Cmd) {
|
|||
PrintAndLogEx(WARNING, "smart card response failed");
|
||||
return 1;
|
||||
}
|
||||
PrintAndLogEx(SUCCESS,"isOK %d | resp: %s", resp.arg[0], sprint_hex(resp.d.asBytes, resp.arg[1]));
|
||||
PrintAndLogEx(SUCCESS,"isOK %d | %d | resp: %s",
|
||||
resp.arg[0],
|
||||
resp.arg[1],
|
||||
sprint_hex(resp.d.asBytes, resp.arg[1])
|
||||
);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue