From d748b2c8aba6df1a596951bd505bd1c600fa0b00 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 31 Dec 2019 15:29:46 +0100 Subject: [PATCH] textual --- client/cmdhfmf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 486457fed..9b43f5a3d 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -3350,7 +3350,7 @@ void printKeyTableEx(uint8_t sectorscnt, sector_t *e_sector, uint8_t start_secto PrintAndLogEx(NORMAL, "|---|----------------|---|----------------|---|"); if (e_sector[0].foundKey[0] > 1) { - PrintAndLogEx(NORMAL, "( " + PrintAndLogEx(INFO, "( " _YELLOW_("D") ":Dictionary / " _YELLOW_("S") ":darkSide / " _YELLOW_("U") ":User / " @@ -3361,7 +3361,7 @@ void printKeyTableEx(uint8_t sectorscnt, sector_t *e_sector, uint8_t start_secto ")" ); } else { - PrintAndLogEx(NORMAL, "(" _YELLOW_("0") ": Failed / " _YELLOW_("1") ": Success)"); + PrintAndLogEx(INFO, "( " _YELLOW_("0") ":Failed / " _YELLOW_("1") ":Success)"); } }