tweak messages

This commit is contained in:
Brian Pow 2018-02-21 15:47:42 +08:00
parent 4afe5e6ce0
commit 621a349e61

View file

@ -1378,7 +1378,7 @@ int CmdHF14AMfNestedHard(const char *Cmd) {
DropField();
if (isOK) {
switch (isOK) {
case 1 : PrintAndLogEx(NORMAL, "Error: No response from Proxmark.\n"); break;
case 1 : PrintAndLogEx(WARNING, "Error: No response from Proxmark.\n"); break;
case 2 : PrintAndLogEx(NORMAL, "Button pressed. Aborted.\n"); break;
default : break;
}