Revert "platforms: px4 log build string then print (fputs)"

This reverts commit 9e112dd48b.
This commit is contained in:
Lorenz Meier
2021-02-02 00:49:07 +01:00
parent 0a58482e51
commit cd148cda88
5 changed files with 69 additions and 139 deletions

View File

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