Skip to content

Commit e463985

Browse files
authored
Merge pull request #62 from jspricke/fix_assert
added missing type placeholder
2 parents 62833e8 + 77a46b9 commit e463985

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)