change hint loglevel

This commit is contained in:
iceman1001
2020-03-15 13:23:02 +01:00
parent 7d2e65ce91
commit 8387bdbdad
6 changed files with 7 additions and 7 deletions

View File

@@ -123,7 +123,7 @@ static int CmdVerichipClone(const char *Cmd) {
int res = clone_t55xx_tag(blocks, ARRAYLEN(blocks));
PrintAndLogEx(SUCCESS, "Done");
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`lf verichip read`") "to verify");
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`lf verichip read`") "to verify");
return res;
}