Skip to content

Commit d7851aa

Browse files
authored
Merge pull request #29 from miguelprada/fix-logging-typo
Fix typo on rclpy logger call
2 parents 88260c9 + 86c79f4 commit d7851aa

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)