Skip to content

Commit 95469ed

Browse files
Fix formatting of error message.
1 parent 4c2df2e commit 95469ed

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)