Update cmdhfmf.c

Changed ERR to HINT

Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
This commit is contained in:
spandox2 2023-09-11 13:18:56 -04:00 committed by GitHub
commit 67bfddde57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2508,7 +2508,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
uint64_t select_status = resp.oldarg[0];
if (select_status == 0) {
PrintAndLogEx(ERR, "iso14443a card select failed (Hint: check card position)");
PrintAndLogEx(HINT, "iso14443a card select failed (Hint: check card position)");
return PM3_ECARDEXCHANGE;
}