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; }