mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Move message to debug
This commit is contained in:
parent
07a8f7a6de
commit
5bd6379b5b
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ static int smart_responseEx(uint8_t *out, int maxoutlen, bool verbose) {
|
||||||
}
|
}
|
||||||
int ofs = totallen;
|
int ofs = totallen;
|
||||||
maxoutlen -= totallen;
|
maxoutlen -= totallen;
|
||||||
PrintAndLogEx(INFO, "Keeping data (%d bytes): %s", ofs, sprint_hex(out, ofs));
|
PrintAndLogEx(DEBUG, "Keeping data (%d bytes): %s", ofs, sprint_hex(out, ofs));
|
||||||
|
|
||||||
int len = out[datalen - 1];
|
int len = out[datalen - 1];
|
||||||
if (len == 0 || len > MAX_APDU_SIZE) {
|
if (len == 0 || len > MAX_APDU_SIZE) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue