mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
covery 263989
This commit is contained in:
parent
ac8e74c1d9
commit
e1503a255b
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ static bool check_last_idm(uint8_t *data, uint16_t datalen) {
|
|||
PrintAndLogEx(ERR, "No last known card! Use reader first or set a custom IDm!");
|
||||
return 0;
|
||||
} else {
|
||||
PrintAndLogEx(INFO, "Used last known IDm.", sprint_hex(data, datalen));
|
||||
PrintAndLogEx(INFO, "Used last known IDm. %s", sprint_hex(data, datalen));
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue