Skip to content

Commit 1a39a0e

Browse files
fixed error log
1 parent 12c7e82 commit 1a39a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IK/src/InverseKinematics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ bool HumanIK::initializeFloorContactTask(const std::string& taskName,
803803
// Retrieve node number parameter from the task handler
804804
if (!taskHandler->getParameter("floor_contact_task", taskNumber))
805805
{
806-
BiomechanicalAnalysis::log()->error("{} Parameter node_number of the {} task is missing", logPrefix, taskName);
806+
BiomechanicalAnalysis::log()->error("{} Parameter floor_contact_task of the {} task is missing", logPrefix, taskName);
807807
return false;
808808
}
809809

0 commit comments

Comments
 (0)