From 618b868dafc7e7d7cf4336a7ee8fcaeb94f20151 Mon Sep 17 00:00:00 2001 From: Brian Pow Date: Wed, 21 Feb 2018 16:11:34 +0800 Subject: [PATCH] tweak message --- client/cmdlft55xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 07f896fee..897fadc0e 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -499,7 +499,7 @@ int CmdT55xxDetect(const char *Cmd){ } if ( !tryDetectModulation() ) - PrintAndLogEx(NORMAL, "Could not detect modulation automatically. Try setting it manually with \'lf t55xx config\'"); + PrintAndLogEx(WARNING, "Could not detect modulation automatically. Try setting it manually with \'lf t55xx config\'"); return 0; }