diff --git a/common/lfdemod.c b/common/lfdemod.c index 1e8c3db35..7e1e60f8f 100644 --- a/common/lfdemod.c +++ b/common/lfdemod.c @@ -57,7 +57,7 @@ extern void Dbprintf(const char *fmt, ...); #include "ui.h" # include "cmdparser.h" # include "cmddata.h" -# define prnt PrintAndLog +# define prnt(args...) PrintAndLogEx(DEBUG, ## args ); #else uint8_t g_debugMode = 0; # define prnt Dbprintf