mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: 'hf mfu dump' message
This commit is contained in:
parent
0244113913
commit
0656edbb85
1 changed files with 1 additions and 1 deletions
|
@ -1902,7 +1902,7 @@ int CmdHF14AMfUDump(const char *Cmd){
|
||||||
PrintAndLogEx(SUCCESS, "Dumped %d pages, wrote %d bytes to %s", pages + (DUMP_PREFIX_LENGTH/4), pages*4 + DUMP_PREFIX_LENGTH, filename);
|
PrintAndLogEx(SUCCESS, "Dumped %d pages, wrote %d bytes to %s", pages + (DUMP_PREFIX_LENGTH/4), pages*4 + DUMP_PREFIX_LENGTH, filename);
|
||||||
|
|
||||||
if ( is_partial )
|
if ( is_partial )
|
||||||
PrintAndLogEx(WARNING, "Partial dump created. (%d of %d ", pages, card_mem_size);
|
PrintAndLogEx(WARNING, "Partial dump created. (%d of %d blocks)", pages, card_mem_size);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue