mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Move message to debug
This commit is contained in:
@@ -337,7 +337,7 @@ static int smart_responseEx(uint8_t *out, int maxoutlen, bool verbose) {
|
||||
}
|
||||
int ofs = 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];
|
||||
if (len == 0 || len > MAX_APDU_SIZE) {
|
||||
|
||||
Reference in New Issue
Block a user