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
@@ -65,7 +65,7 @@ MulticopterPositionControl::~MulticopterPositionControl()
bool MulticopterPositionControl::init()
{
if (!_local_pos_sub.registerCallback()) {
PX4_ERR("vehicle_local_position callback registration failed!");
PX4_ERR("callback registration failed");
return false;
}