From b9efd8ce48dd4b20c2503796986460fd879ca29a Mon Sep 17 00:00:00 2001 From: spandox2 <31641448+spandox2@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:24:54 -0400 Subject: [PATCH] Update cmdhfmf.c text change Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com> --- client/src/cmdhfmf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index d8683707e..d9153fc61 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -2508,7 +2508,8 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) { uint64_t select_status = resp.oldarg[0]; if (select_status == 0) { - PrintAndLogEx(HINT, "iso14443a card select failed (Hint: check card position)"); + PrintAndLogEx(DEBUG, "iso14443a card select failed"); + PrintAndLogEx(HINT, "Card Select failed. Hint: Try some distance and/or change the position of the card"); return PM3_ECARDEXCHANGE; }