diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 752613e20..eda09d7f5 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -2865,14 +2865,13 @@ static int CmdHFiClassCheckKeys(const char *Cmd) { if (found_key) { break; } - } out: t1 = msclock() - t1; PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.0f") " seconds", (float)t1 / 1000.0); + PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.3f") " seconds", (float)t1 / 1000.0); DropField(); if (found_key) {