clean up file open/close logic

This commit is contained in:
Mark Whitehorn
2016-04-27 08:28:39 -06:00
committed by Lorenz Meier
parent 56cc9bd377
commit f07c93651f
3 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -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);