Update cmdhfmf.c

Changed line 2510 to change DEBUG to ERR

Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
This commit is contained in:
spandox2
2023-09-11 11:43:04 -04:00
committed by GitHub
parent 4632e15dab
commit cf92d8edc0
+1 -1
View File
@@ -2508,7 +2508,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
uint64_t select_status = resp.oldarg[0];
if (select_status == 0) {
PrintAndLogEx(DEBUG, "iso14443a card select failed");
PrintAndLogEx(ERR, "iso14443a card select failed (Hint: check card possition)");
return PM3_ECARDEXCHANGE;
}