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
@@ -62,7 +62,7 @@ bool
AngularVelocityController::init()
{
if (!_vehicle_angular_velocity_sub.registerCallback()) {
PX4_ERR("vehicle_angular_velocity callback registration failed!");
PX4_ERR("callback registration failed");
return false;
}