diff --git a/tools/roslaunch/src/roslaunch/xmlloader.py b/tools/roslaunch/src/roslaunch/xmlloader.py index ff07ff4463..c7cf8a61f5 100644 --- a/tools/roslaunch/src/roslaunch/xmlloader.py +++ b/tools/roslaunch/src/roslaunch/xmlloader.py @@ -409,7 +409,7 @@ def _node_tag(self, tag, context, ros_config, default_machine, is_test=False, ve elif tag_name == 'env': self._env_tag(t, env_context, ros_config) else: - ros_config.add_config_error("WARN: unrecognized '%s' tag in tag. Node xml is %s"%(t.tagName, tag.toxml())) + ros_config.add_config_error("WARN: unrecognized '%s' tag in or tag. Node xml is %s"%(t.tagName, tag.toxml())) # #1036 evaluate all ~params in context # TODO: can we get rid of force_local (above), remove this for loop, and just rely on param_tag logic instead?