mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
changed logs
This commit is contained in:
parent
61ea3109c9
commit
8720d10da9
2 changed files with 39 additions and 39 deletions
|
@ -3092,12 +3092,12 @@ int CmdHF14AMfAuth4(const char *cmd) {
|
|||
CLIParserFree();
|
||||
|
||||
if (keynlen != 2) {
|
||||
PrintAndLog(ERROR, "<Key Num> must be 2 bytes long instead of: %d", keynlen);
|
||||
PrintAndLogEx(ERR, "<Key Num> must be 2 bytes long instead of: %d", keynlen);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (keylen != 16) {
|
||||
PrintAndLog(ERROR, "<Key Value> must be 16 bytes long instead of: %d", keylen);
|
||||
PrintAndLogEx(ERR, "<Key Value> must be 16 bytes long instead of: %d", keylen);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue