Skip to content
Snippets Groups Projects
Commit 9d66bcef authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

posix main: print script failure as an error instead of a warning

parent 273988c1
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment