mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Remove spurious color
This commit is contained in:
parent
e71e70bd9d
commit
ce61b67910
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ static void fPrintAndLog(FILE *stream, const char *fmt, ...) {
|
|||
if (session.supports_colors) {
|
||||
printf(_YELLOW_("[=]") " Session log " _YELLOW_("%s") "\n", my_logfile_path);
|
||||
} else {
|
||||
printf(_YELLOW_("[=]") " Session log %s\n", my_logfile_path);
|
||||
printf("[=] Session log %s\n", my_logfile_path);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue