cppchecker...

This commit is contained in:
iceman1001 2021-01-28 13:53:37 +01:00
parent 46767a07e7
commit 3fead5b93c

View file

@ -183,7 +183,7 @@ int GetAskClock(const char *str, bool verbose) {
setClockGrid(clock1, idx);
}
// Only print this message if we're not looping something
if (printAns || g_debugMode)
if (verbose || g_debugMode)
PrintAndLogEx(SUCCESS, "Auto-detected clock rate: %d, Best Starting Position: %d", clock1, idx);
free(bits);