platforms: px4 log build string then print (fputs)

This commit is contained in:
Daniel Agar
2021-01-08 17:28:08 -05:00
committed by Lorenz Meier
parent 0c58d12216
commit 9e112dd48b
5 changed files with 139 additions and 69 deletions

View File

@@ -371,7 +371,7 @@ int create_symlinks_if_needed(std::string &data_path)
}
PX4_INFO("Creating symlink %s -> %s", src_path.c_str(), dest_path.c_str());
PX4_INFO_RAW("Creating symlink %s -> %s\n", src_path.c_str(), dest_path.c_str());
// create sym-link
int ret = symlink(src_path.c_str(), dest_path.c_str());