Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Jan 19, 2024
1 parent 9eabf63 commit 487105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_view/src/video_recorder_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 487105a

Please sign in to comment.