Merge branch 'master' of github.com:RfidResearchGroup/proxmark3

This commit is contained in:
iceman1001 2020-06-12 22:35:18 +02:00
commit 2bb110fef3

View file

@ -326,7 +326,7 @@ static void fPrintAndLog(FILE *stream, const char *fmt, ...) {
} else {
if (session.supports_colors) {
printf(_YELLOW_("[=]") " Session log " _YELLOW_("%s") "\n", my_logfile_path);
printf("["_YELLOW_("=")"] Session log " _YELLOW_("%s") "\n", my_logfile_path);
} else {
printf("[=] Session log %s\n", my_logfile_path);
}