mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
readmem: remove superfluous printing of filename
This commit is contained in:
parent
2f324918b3
commit
6524c7ada7
2 changed files with 0 additions and 2 deletions
|
@ -682,7 +682,6 @@ static int CmdReadmem(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (save_to_file) {
|
if (save_to_file) {
|
||||||
PrintAndLogEx(INFO, "saving to "_YELLOW_("%s"), filename);
|
|
||||||
saveFile(filename, ".bin", buffer, len);
|
saveFile(filename, ".bin", buffer, len);
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(INFO, "---- " _CYAN_("processor%s memory") " ----", flash_str);
|
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) {
|
if (res == PM3_SUCCESS) {
|
||||||
PrintAndLogEx(INFO, "saving to "_YELLOW_("%s"), filename);
|
|
||||||
if (saveFile(filename, ".bin", buffer, read) != 0) {
|
if (saveFile(filename, ".bin", buffer, read) != 0) {
|
||||||
PrintAndLogEx(ERR, "error writing to file "_YELLOW_("%s"), filename);
|
PrintAndLogEx(ERR, "error writing to file "_YELLOW_("%s"), filename);
|
||||||
res = PM3_EFILE;
|
res = PM3_EFILE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue