Skip to content

Commit 86c79f4

Browse files
committed
Use 'info(...)' instead of 'loginfo(...)' on rclpy logger
1 parent 88260c9 commit 86c79f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flexbe_widget/flexbe_widget/behavior_action_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ def _state_cb(self, msg):
243243
self._current_state = msg.data
244244
if self._current_goal and self._current_goal.is_active:
245245
self._current_goal.publish_feedback(BehaviorExecution.Feedback(current_state=self._current_state))
246-
self._node.get_logger().loginfo('Current state id = %d' % self._current_state)
246+
self._node.get_logger().info('Current state id = %d' % self._current_state)

0 commit comments

Comments
 (0)