mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
tweak messages
This commit is contained in:
parent
43ec321e53
commit
858224244d
1 changed files with 2 additions and 2 deletions
|
@ -938,7 +938,7 @@ int CmdLegicDump(const char *Cmd){
|
|||
|
||||
f = fopen(filename,"wb");
|
||||
if (!f) {
|
||||
PrintAndLogEx(NORMAL, "Could not create file name %s", filename);
|
||||
PrintAndLogEx(WARNING, "Could not create file name %s", filename);
|
||||
if (data)
|
||||
free(data);
|
||||
return 5;
|
||||
|
@ -1185,7 +1185,7 @@ int CmdLegicESave(const char *Cmd) {
|
|||
// open file
|
||||
f = fopen(filename,"wb");
|
||||
if (!f) {
|
||||
PrintAndLogEx(NORMAL, "Could not create file name %s", filename);
|
||||
PrintAndLogEx(WARNING, "Could not create file name %s", filename);
|
||||
free(data);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue