This commit is contained in:
iceman1001
2021-03-22 18:13:09 +01:00
parent d3f093ca4a
commit e3d5c581d4
2 changed files with 18 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ static uint8_t PrintAndLogEx_spinidx = 0;
void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
// skip debug messages if client debugging is turned off i.e. 'DATA SETDEBUG 0'
// skip debug messages if client debugging is turned off i.e. 'DATA SETDEBUG -0'
if (g_debugMode == 0 && level == DEBUG)
return;