covery 263989

This commit is contained in:
iceman1001 2020-01-03 17:40:03 +01:00
commit e1503a255b

View file

@ -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;
}
}