DataFlash: allow logging startup after boot

allows microSD to be inserted after boot
This commit is contained in:
Andrew Tridgell 2018-12-29 11:09:55 +11:00
parent 960d4c0a80
commit fa4f497dab
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ void DataFlash_File::Init()
}
if (ret == -1) {
printf("Failed to create log directory %s : %s\n", _log_directory, strerror(errno));
return;
}
// determine and limit file backend buffersize