mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Revert "platforms: px4 log build string then print (fputs)"
This reverts commit 9e112dd48b.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user