mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 05:04:07 +08:00
sdlog2 mavlink msg fix
This commit is contained in:
parent
34d4d62acc
commit
9f895d87cd
@ -348,7 +348,7 @@ int open_logfile()
|
||||
}
|
||||
|
||||
warnx("logging to: %s", path_buf);
|
||||
mavlink_log_info(mavlink_fd, "[sdlog2] logging to: %s", path_buf);
|
||||
mavlink_log_info(mavlink_fd, "[sdlog2] log: %s", path_buf);
|
||||
|
||||
return fd;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user