mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 10:47:36 +08:00
uorb failure print topic name
This commit is contained in:
committed by
Lorenz Meier
parent
f45b9048aa
commit
61fd6f4c8a
@@ -179,7 +179,7 @@ orb_advert_t uORB::Manager::orb_advertise_multi(const struct orb_metadata *meta,
|
||||
fd = node_open(PUBSUB, meta, data, true, instance, priority);
|
||||
|
||||
if (fd == ERROR) {
|
||||
PX4_WARN("node_open as advertiser failed.");
|
||||
PX4_ERR("%s advertise failed", meta->o_name);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user