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
+1 -1
View File
@@ -49,7 +49,7 @@ bool WorkItemExample::init()
{
// execute Run() on every sensor_accel publication
if (!_sensor_accel_sub.registerCallback()) {
PX4_ERR("sensor_accel callback registration failed");
PX4_ERR("callback registration failed");
return false;
}