mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
logger: keep typical log path within a single mavlink message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user