diff --git a/client/cmddata.c b/client/cmddata.c index de58ef7ac..dbebc93dc 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -716,7 +716,7 @@ int ASKbiphaseDemod(const char *Cmd, bool verbose) { setDemodBuff(BitStream, size, 0); setClockGrid(clk, startIdx + clk * offset / 2); if (g_debugMode || verbose) { - PrintAndLogEx(NORMAL, "Biphase Decoded using offset %d | clock %d | #errors %d | start index %d\ndata\n", offset, clk, errCnt, (startIdx + clk * offset / 2)); + PrintAndLogEx(DEBUG, "Biphase Decoded using offset %d | clock %d | #errors %d | start index %d\ndata\n", offset, clk, errCnt, (startIdx + clk * offset / 2)); printDemodBuff(); } return PM3_SUCCESS;