mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
tweak messages
This commit is contained in:
parent
6582a2ccb1
commit
4afe5e6ce0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue