From 23d0b6b1c64c00e9ae4854aa4d619cbf47f8b04b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 18 Feb 2019 14:59:19 +0100 Subject: [PATCH] chg: colors --- client/cmdhfmf.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 03ac49c3d..db2f2b495 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1691,7 +1691,7 @@ out: free(e_sector); return 1; } - PrintAndLogEx(SUCCESS, "Printing keys to binary file %s...", fptr); + PrintAndLogEx(SUCCESS, "Printing keys to binary file " _YELLOW_(%s)"...", fptr); for (i=0; i 0xffffffffffff has been inserted for unknown keys.", fptr); + PrintAndLogEx(SUCCESS, "Found keys have been dumped to " _YELLOW_(%s)" --> 0xffffffffffff has been inserted for unknown keys.", fptr); } } @@ -1964,7 +1964,7 @@ out: num_to_bytes(e_sector[i].Key[1], 6, block+10); mfEmlSetMem(block, FirstBlockOfSector(i) + NumBlocksPerSector(i) - 1, 1); } - PrintAndLogEx(NORMAL, "Found keys have been transferred to the emulator memory"); + PrintAndLogEx(INFO, "Found keys have been transferred to the emulator memory"); } if (createDumpFile) { @@ -1979,7 +1979,7 @@ out: free(e_sector); return 1; } - PrintAndLogEx(NORMAL, "Printing keys to binary file %s...", fptr); + PrintAndLogEx(INFO, "Printing keys to binary file " _YELLOW_(%s)"...", fptr); for( i=0; i