logger: keep typical log path within a single mavlink message

This commit is contained in:
Daniel Agar
2020-05-05 14:13:09 -04:00
committed by Beat Küng
parent 495dc7f8d0
commit 2a2d9e9eba
+1 -1
View File
@@ -1207,7 +1207,7 @@ void Logger::start_log_file(LogType type)
if (type == LogType::Full) {
/* print logging path, important to find log file later */
mavlink_log_info(&_mavlink_log_pub, "[logger] file:%s", file_name);
mavlink_log_info(&_mavlink_log_pub, "[logger] %s", file_name);
}
_writer.start_log_file(type, file_name);