diff --git a/core/src/stages/compute_ik.cpp b/core/src/stages/compute_ik.cpp index 8d7265c2f..c11b6067b 100644 --- a/core/src/stages/compute_ik.cpp +++ b/core/src/stages/compute_ik.cpp @@ -267,7 +267,7 @@ void ComputeIK::compute() { return; } if (!eef_jmg && !jmg) { - report_failure(msg); + report_failure("Neither eef nor group are well defined"); return; } properties().property("timeout").setDefaultValue(jmg->getDefaultIKTimeout());