mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
readmem: remove superfluous printing of filename
This commit is contained in:
@@ -682,7 +682,6 @@ static int CmdReadmem(const char *Cmd) {
|
||||
}
|
||||
|
||||
if (save_to_file) {
|
||||
PrintAndLogEx(INFO, "saving to "_YELLOW_("%s"), filename);
|
||||
saveFile(filename, ".bin", buffer, len);
|
||||
} else {
|
||||
PrintAndLogEx(INFO, "---- " _CYAN_("processor%s memory") " ----", flash_str);
|
||||
|
||||
@@ -683,7 +683,6 @@ static int dumpmem_to_file(const char *filename, uint32_t addr, uint32_t len, bo
|
||||
}
|
||||
|
||||
if (res == PM3_SUCCESS) {
|
||||
PrintAndLogEx(INFO, "saving to "_YELLOW_("%s"), filename);
|
||||
if (saveFile(filename, ".bin", buffer, read) != 0) {
|
||||
PrintAndLogEx(ERR, "error writing to file "_YELLOW_("%s"), filename);
|
||||
res = PM3_EFILE;
|
||||
|
||||
Reference in New Issue
Block a user