clear trace log before starting to run hf iclass tear

This commit is contained in:
iceman1001 2025-05-25 11:29:43 +02:00
commit 4b92118f1f
2 changed files with 6 additions and 2 deletions

View file

@ -121,7 +121,7 @@ void BigBuf_Clear_ext(bool verbose) {
memset(BigBuf, 0, s_bigbuf_size);
clear_trace();
if (verbose) {
Dbprintf("Buffer cleared (%i bytes)", s_bigbuf_size);
if (g_dbglevel >= DBG_ERROR) Dbprintf("Buffer cleared (%i bytes)", s_bigbuf_size);
}
}