small fix

This commit is contained in:
merlokk 2018-10-10 23:17:32 +03:00
commit 670608b064

View file

@ -2704,7 +2704,7 @@ int CmdHF14AMfAuth4(const char *cmd) {
}
if (keylen != 16) {
PrintAndLog("ERROR: <Key Num> must be 16 bytes long instead of: %d", keylen);
PrintAndLog("ERROR: <Key Value> must be 16 bytes long instead of: %d", keylen);
return 1;
}