mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
parameters: only warn on invalid parameter import
This commit is contained in:
parent
92a48657e3
commit
99d7cf4255
@ -1350,7 +1350,7 @@ param_import_callback(bson_decoder_t decoder, void *priv, bson_node_t node)
|
||||
param_t param = param_find_no_notification(node->name);
|
||||
|
||||
if (param == PARAM_INVALID) {
|
||||
PX4_ERR("ignoring unrecognised parameter '%s'", node->name);
|
||||
PX4_WARN("ignoring unrecognised parameter '%s'", node->name);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user