Move message to debug

This commit is contained in:
Jean-Michel Picod 2022-12-05 21:55:38 +01:00
parent 07a8f7a6de
commit 5bd6379b5b

View file

@ -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) {