tweak messages

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

View file

@ -1378,7 +1378,7 @@ int CmdHF14AMfNestedHard(const char *Cmd) {
DropField(); DropField();
if (isOK) { if (isOK) {
switch (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; case 2 : PrintAndLogEx(NORMAL, "Button pressed. Aborted.\n"); break;
default : break; default : break;
} }