diff --git a/image_view/src/video_recorder_node.cpp b/image_view/src/video_recorder_node.cpp index 28a0c5879..a11d211d9 100644 --- a/image_view/src/video_recorder_node.cpp +++ b/image_view/src/video_recorder_node.cpp @@ -111,7 +111,7 @@ void VideoRecorderNode::callback(const sensor_msgs::msg::Image::ConstSharedPtr & RCLCPP_INFO( this->get_logger(), - "Starting to record %s video at %ix%i@%i fps. Press Ctrl+C to stop recording.", + "Starting to record %s video at %ix%i@%.2f fps. Press Ctrl+C to stop recording.", codec.c_str(), size.height, size.width, fps); }