mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 06:47:35 +08:00
clean up file open/close logic
This commit is contained in:
committed by
Lorenz Meier
parent
56cc9bd377
commit
f07c93651f
@@ -356,7 +356,7 @@ void Logger::run()
|
||||
struct mallinfo alloc_info = {};
|
||||
#endif /* DBGPRINT */
|
||||
|
||||
PX4_WARN("started");
|
||||
PX4_WARN("logger started");
|
||||
|
||||
int mkdir_ret = mkdir(LOG_ROOT, S_IRWXU | S_IRWXG | S_IRWXO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user