mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
param_shmem: removed a printf
This commit is contained in:
@@ -938,7 +938,7 @@ param_load_default_no_notify(void)
|
||||
|
||||
close(fd_load);
|
||||
|
||||
PX4_INFO("param loading done");
|
||||
PX4_DEBUG("param loading done");
|
||||
|
||||
if (result != 0) {
|
||||
PX4_WARN("error reading parameters from '%s'", param_get_default_file());
|
||||
|
||||
Reference in New Issue
Block a user