mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
platforms: px4 log build string then print (fputs)
This commit is contained in:
committed by
Lorenz Meier
parent
0c58d12216
commit
9e112dd48b
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user