mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
textual
This commit is contained in:
parent
643a53c592
commit
57975d8ada
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ static int FastDumpWithEcFill(uint8_t numsectors) {
|
|||
res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000);
|
||||
if (res != PM3_SUCCESS) {
|
||||
PrintAndLogEx(INFO, "fast dump reported back failure w KEY B");
|
||||
PrintAndLogEx(INFO, "Dump file is " _RED_("PARTIAL") "complete");
|
||||
PrintAndLogEx(INFO, "Dump file is " _RED_("PARTIAL") " complete");
|
||||
}
|
||||
}
|
||||
return PM3_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue