diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index ba3710e6e..bb2491e91 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -189,13 +189,13 @@ int CmdHFSearch(const char *Cmd) { */ PROMPT_CLEARLINE; + PROMPT_EMPTYLINE; if (res != PM3_SUCCESS) { - PrintAndLogEx(INPLACE, _RED_("No known/supported 13.56 MHz tags found")); + PrintAndLogEx(WARNING, _RED_("No known/supported 13.56 MHz tags found")); res = PM3_ESOFT; } - PROMPT_EMPTYLINE; return res; }