mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
Merge pull request #2156 from henrygab/bugfix_err_message
Remove incorrect message (my own regression)
This commit is contained in:
commit
03ffda08a0
1 changed files with 1 additions and 3 deletions
|
@ -1138,10 +1138,8 @@ int loadFileJSONex(const char *preferredName, void *data, size_t maxdatalen, siz
|
|||
char ctype[100] = {0};
|
||||
JsonLoadStr(root, "$.FileType", ctype);
|
||||
|
||||
// Proxmark3 settings file. No
|
||||
// Proxmark3 settings file. Nothing to do except call the callback function
|
||||
if (!strcmp(ctype, "settings")) {
|
||||
PrintAndLogEx(ERR, "ERROR: json " _YELLOW_("%s") " appears to be Proxmark3 settings file", preferredName);
|
||||
PrintAndLogEx(INFO, "not a valid dump file");
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue