disabled debug of system log file operations
This commit is contained in:
parent
bc0660ef35
commit
9b10a7f23d
|
|
@ -654,7 +654,6 @@ void SysLog(char *format, ...)
|
|||
fwrite(tstamp, 1, strlen(tstamp), f);
|
||||
vfprintf(f, format, arg);
|
||||
fclose(f);
|
||||
ESP_LOGI(TAG, "File written to %s", filename);
|
||||
}
|
||||
|
||||
void LogFile(char *fname, char *format, ...)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user