new logger

This commit is contained in:
Daniel Agar
2016-04-25 17:36:13 -04:00
committed by Lorenz Meier
parent 9a0e962cbf
commit dcdeefd5ea
4 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -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);