cleanup module callback registration failed errors

This commit is contained in:
Daniel Agar
2022-03-23 19:57:46 -04:00
parent f4c3084c26
commit 6135bb384b
25 changed files with 29 additions and 29 deletions
@@ -138,7 +138,7 @@ bool
BlockLocalPositionEstimator::init()
{
if (!_sensors_sub.registerCallback()) {
PX4_ERR("sensor combined callback registration failed!");
PX4_ERR("callback registration failed");
return false;
}