mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 04:29:53 +08:00
chg: colors
This commit is contained in:
parent
5ec82a0dc4
commit
1e98c4621d
1 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ int saveFileJSON(const char *preferredName, const char *suffix, JSONFileType fty
|
|||
retval = 200;
|
||||
goto out;
|
||||
}
|
||||
PrintAndLogDevice(SUCCESS, "File `" _YELLOW_(%s)"` saved.", fileName);
|
||||
PrintAndLogDevice(SUCCESS, "Save to json file " _YELLOW_(%s), fileName);
|
||||
json_decref(root);
|
||||
|
||||
out:
|
||||
|
@ -445,7 +445,7 @@ int loadFileJSON(const char *preferredName, const char *suffix, void* data, size
|
|||
}
|
||||
|
||||
|
||||
PrintAndLog("Loaded JSON: " _YELLOW_(%s) " OK.", fileName);
|
||||
PrintAndLog("loaded from JSON file " _YELLOW_(%s), fileName);
|
||||
out:
|
||||
json_decref(root);
|
||||
free(fileName);
|
||||
|
|
Loading…
Add table
Reference in a new issue