From 73f5270fa21845b82abffec5358218861a87ee38 Mon Sep 17 00:00:00 2001 From: Oleg Moiseenko <807634+merlokk@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:01:56 +0200 Subject: [PATCH] Update cmdhfmf.c Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com> --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 141c49c43..60e8e6db4 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -8268,7 +8268,7 @@ static int CmdHF14AGen4ChangePwd(const char *Cmd) { int res = mfG4ChangePassword(pwd, new_pwd, verbose); if (res != PM3_SUCCESS) { - PrintAndLogEx(ERROR, "Change password error"); + PrintAndLogEx(ERR, "Change password error"); return res; }