From f3b2d05c51069985eb855e9f4380b2e7d36c31e8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 10 Oct 2020 22:50:54 +0200 Subject: [PATCH] less messages --- client/src/cmdlfem4x.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdlfem4x.c b/client/src/cmdlfem4x.c index bd9e9989f..e68d83b78 100644 --- a/client/src/cmdlfem4x.c +++ b/client/src/cmdlfem4x.c @@ -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; }