tweak messages
This commit is contained in:
@@ -448,7 +448,7 @@ int CmdHF15Demod(const char *Cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mask != 0x01) {
|
if (mask != 0x01) {
|
||||||
PrintAndLogEx(NORMAL, "error, uneven octet! (discard extra bits!)");
|
PrintAndLogEx(WARNING, "Error, uneven octet! (discard extra bits!)");
|
||||||
PrintAndLogEx(NORMAL, " mask = %02x", mask);
|
PrintAndLogEx(NORMAL, " mask = %02x", mask);
|
||||||
}
|
}
|
||||||
PrintAndLogEx(NORMAL, "%d octets", k);
|
PrintAndLogEx(NORMAL, "%d octets", k);
|
||||||
@@ -655,7 +655,7 @@ int CmdHF15Dump(const char*Cmd) {
|
|||||||
cmdp += 2;
|
cmdp += 2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
PrintAndLogEx(NORMAL, "Unknown parameter '%c'\n", param_getchar(Cmd, cmdp));
|
PrintAndLogEx(WARNING, "Unknown parameter '%c'\n", param_getchar(Cmd, cmdp));
|
||||||
errors = true;
|
errors = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user