mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
sdlog2 mavlink msg fix
This commit is contained in:
@@ -348,7 +348,7 @@ int open_logfile()
|
|||||||
}
|
}
|
||||||
|
|
||||||
warnx("logging to: %s", path_buf);
|
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;
|
return fd;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user