X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9833360b251571f82749c352f49d712c9c8322ad..7dfa1b021e67a062961fdd87c24c1c7a582a5bb1:/client/graph.c diff --git a/client/graph.c b/client/graph.c index ab6ee7cb..76210562 100644 --- a/client/graph.c +++ b/client/graph.c @@ -263,8 +263,8 @@ uint8_t fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, bool verbose) if (verbose || g_debugMode) PrintAndLog("DEBUG: Clock detect error"); return 0; } - - PrintAndLog("Detected Field Clocks: FC/%d, FC/%d - Bit Clock: RF/%d | Best Starting Position: %d", *fc1, *fc2, *rf1, start); + if (verbose || g_debugMode) + PrintAndLog("Detected Field Clocks: FC/%d, FC/%d - Bit Clock: RF/%d | Best Starting Position: %d", *fc1, *fc2, *rf1, start); SetGraphClock(*rf1, start); return 1; }