mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_Logger: removed annoying message on missing logs
This commit is contained in:
parent
f9765a98ff
commit
656e699be4
@ -542,9 +542,6 @@ uint32_t AP_Logger_File::_get_log_size(const uint16_t log_num)
|
||||
struct stat st;
|
||||
EXPECT_DELAY_MS(3000);
|
||||
if (AP::FS().stat(fname, &st) != 0) {
|
||||
if (_open_error_ms == 0) {
|
||||
printf("Unable to fetch Log File Size (%s): %s\n", fname, strerror(errno));
|
||||
}
|
||||
free(fname);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user