mem info , now supports loading PEM with private key

This commit is contained in:
iceman1001 2021-03-31 15:52:57 +02:00
parent 1d6b4b2722
commit e35ebf6b69
2 changed files with 140 additions and 80 deletions

View file

@ -1805,7 +1805,7 @@ int searchFile(char **foundpath, const char *pm3dir, const char *searchname, con
int res = searchFinalFile(foundpath, pm3dir, filename, silent);
if (res != PM3_SUCCESS) {
if ((res == PM3_EFILE) && (!silent))
PrintAndLogEx(FAILED, "Error - can't find %s", filename);
PrintAndLogEx(FAILED, "Error - can't find `" _YELLOW_("%s") "`", filename);
free(filename);
return res;
}