diff --git a/motoman_driver/src/industrial_robot_client/motoman_utils.cpp b/motoman_driver/src/industrial_robot_client/motoman_utils.cpp index bb034b55..315bd88b 100644 --- a/motoman_driver/src/industrial_robot_client/motoman_utils.cpp +++ b/motoman_driver/src/industrial_robot_client/motoman_utils.cpp @@ -116,7 +116,7 @@ bool getJointGroups(const std::string topic_param, std::map & r } else { - ROS_INFO_STREAM("Failed to find " << topic_param << " parameter"); + ROS_INFO_STREAM("Failed to find '" << topic_param << "' parameter"); return false; } }