mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
2bb110fef3
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ static void fPrintAndLog(FILE *stream, const char *fmt, ...) {
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (session.supports_colors) {
|
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 {
|
} else {
|
||||||
printf("[=] 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