mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
posix main: print script failure as an error instead of a warning
This commit is contained in:
@@ -527,7 +527,7 @@ int run_startup_bash_script(const std::string &commands_file, const std::string
|
||||
PX4_INFO("Startup script returned successfully");
|
||||
|
||||
} else {
|
||||
PX4_WARN("Startup script returned with return value: %d", ret);
|
||||
PX4_ERR("Startup script returned with return value: %d", ret);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user