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);