]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
FIX: ref https://github.com/marshmellow42/proxmark3/commit/2ec87733142000646c7ce86c7...
[proxmark3-svn] / client / cmddata.c
index ebab14396f28f456ef128dafeb3b0ffa06b93552..bc88d883d636f2eb1df7759031217ae704ba285b 100644 (file)
@@ -1556,7 +1556,7 @@ int PSKDemod(const char *Cmd, bool verbose)
                clk=0;
        }
        if (invert != 0 && invert != 1) {
-               if (verbose) PrintAndLog("Invalid argument: %s", Cmd);
+               if (g_debugMode || verbose) PrintAndLog("Invalid argument: %s", Cmd);
                return 0;
        }
        uint8_t BitStream[MAX_GRAPH_TRACE_LEN]={0};
Impressum, Datenschutz