Skip to content

Commit 6f2f958

Browse files
committed
made teleop log info
1 parent 7d02ae3 commit 6f2f958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formant_ros2_adapter/scripts/components/formant_control/formant_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def setup_with_config(
4949

5050
def _handle_teleop(self, msg):
5151
stream_name = msg.stream
52-
self._logger.debug("Teleop message received: %s" % stream_name)
52+
self._logger.info("Teleop message received: %s" % stream_name)
5353
if stream_name == "Buttons":
5454
stream_name = msg.bitset.bits[0].key
5555
self._publisher_coodinator.generic_publisher.publish(stream_name, msg)

0 commit comments

Comments
 (0)