This commit is contained in:
Oleg Kalachev
2019-03-09 18:12:37 +03:00
parent 75eb6fc3ee
commit 21ff16e206

View File

@@ -43,7 +43,7 @@ def check(name):
rospy.logwarn('%s: %s', name, f)
except Exception as e:
traceback.print_exc()
rospy.logwarn('%s: exception occured', name)
rospy.logwarn('%s: exception occurred', name)
return
if not failures:
rospy.loginfo('%s: OK', name)