Skip to content

Commit 77a46b9

Browse files
uliklankjspricke
authored andcommitted
added missing type placeholder
1 parent 219c319 commit 77a46b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

laser_scan_sparsifier/src/laser_scan_sparsifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LaserScanSparsifier::LaserScanSparsifier(ros::NodeHandle nh, ros::NodeHandle nh_
4343
step_ = 2;
4444

4545
ROS_ASSERT_MSG(step_ > 0,
46-
"step parameter is set to %, must be > 0", step_);
46+
"step parameter is set to %d, must be > 0", step_);
4747

4848
// **** advertise topics
4949

0 commit comments

Comments
 (0)