diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index db2f2b495..691c8678e 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -734,7 +734,7 @@ int CmdHF14AMfDump(const char *Cmd) { } if ((fin = fopen(keyFilename, "rb")) == NULL) { - PrintAndLogEx(WARNING, "Could not find file %s", keyFilename); + PrintAndLogEx(WARNING, "Could not find file " _YELLOW_(%s), keyFilename); return 1; } @@ -743,7 +743,7 @@ int CmdHF14AMfDump(const char *Cmd) { for (sectorNo=0; sectorNo