sdlog2 mavlink msg fix

This commit is contained in:
Anton Babushkin 2013-06-01 17:16:12 +04:00
parent 34d4d62acc
commit 9f895d87cd

View File

@ -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;
}