mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 09:07:36 +08:00
new logger
This commit is contained in:
committed by
Lorenz Meier
parent
9a0e962cbf
commit
dcdeefd5ea
@@ -356,7 +356,7 @@ void Logger::run()
|
||||
struct mallinfo alloc_info = {};
|
||||
#endif /* DBGPRINT */
|
||||
|
||||
PX4_WARN("logger started");
|
||||
PX4_WARN("started");
|
||||
|
||||
int mkdir_ret = mkdir(LOG_ROOT, S_IRWXU | S_IRWXG | S_IRWXO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user