less messages

This commit is contained in:
iceman1001 2020-10-10 22:50:54 +02:00
commit f3b2d05c51

View file

@ -1208,7 +1208,8 @@ static int CmdEM4x05Write(const char *Cmd) {
else if (status == PM3_EFAILED)
PrintAndLogEx(ERR, "Tag denied %s operation", protectOperation ? "Protect" : "Write");
else
PrintAndLogEx(WARNING, "No answer from tag");
PrintAndLogEx(DEBUG, "No answer from tag");
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`lf em 4x05_read`") " to verify");
return status;
}