param: avoid warning for 'param show -c' or 'param show -a'

This commit is contained in:
Beat Küng 2021-04-23 11:20:37 +02:00 committed by Daniel Agar
parent d631a5d39f
commit 1730cd1971
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ param_get(param_t param, void *val)
}
if (!params_active[param]) {
PX4_WARN("get: param %d (%s) not active", param, param_name(param));
PX4_DEBUG("get: param %d (%s) not active", param, param_name(param));
}
int result = PX4_ERROR;