From aae08929dd93bb1c278b7b91adc24647f3838b6d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 11 Mar 2021 22:45:51 +0100 Subject: [PATCH] text --- client/src/cmdlf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlf.c b/client/src/cmdlf.c index 2096c6eb0..c88b4bf36 100644 --- a/client/src/cmdlf.c +++ b/client/src/cmdlf.c @@ -1321,7 +1321,7 @@ static bool CheckChipType(bool getDeviceData) { goto out; } - PrintAndLogEx(NORMAL, "Couldn't identify a chipset"); + PrintAndLogEx(INFO, "Couldn't identify a chipset"); out: save_restoreGB(GRAPH_RESTORE); save_restoreDB(GRAPH_RESTORE);