Skip to content

Commit 9f4cb84

Browse files
committed
(fix) unused variable
1 parent e26913c commit 9f4cb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclcpp_lifecycle/src/lifecycle_node_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ class LifecycleNode::LifecycleNodeImpl
204204
} catch (const std::exception & e) {
205205
fprintf(stderr, "Caught exception in callback for transition %d\n",
206206
it->first);
207+
fprintf(stderr, "Original error msg: %s\n", e.what());
207208
cb_success = false;
208209
}
209210
} else {

0 commit comments

Comments
 (0)