Skip to content

Commit def1c9c

Browse files
authored
Merge pull request #30 from florent-lamiraux/devel
Fix formatting of error message.
2 parents 4c2df2e + 95469ed commit def1c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roscontrol-sot-controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ void RCSotController::one_iteration() {
976976
// Chrono stop.
977977
double it_duration = RcSotLog_.stop_it();
978978
if (it_duration > dt_) {
979-
ROS_WARN_THROTTLE(1, "Iteration duration (%d) bigger than max period (%d)",
979+
ROS_WARN_THROTTLE(1, "Iteration duration (%f) bigger than max period (%f)",
980980
it_duration, dt_);
981981
}
982982

0 commit comments

Comments
 (0)