chg: colors

This commit is contained in:
iceman1001 2019-02-24 14:51:21 +01:00
commit cea5b5214d
4 changed files with 18 additions and 17 deletions

View file

@ -595,7 +595,7 @@ int CmdSmartUpgrade(const char *Cmd) {
// load file
f = fopen(filename, "rb");
if ( !f ){
PrintAndLogEx(FAILED, "File: %s: not found or locked.", filename);
PrintAndLogEx(FAILED, "File: " _YELLOW_(%s) ": not found or locked.", filename);
return 1;
}