diff --git a/clever/src/selfcheck.py b/clever/src/selfcheck.py index 263db223..d53aa709 100755 --- a/clever/src/selfcheck.py +++ b/clever/src/selfcheck.py @@ -44,6 +44,8 @@ def check(name): for f in failures: rospy.logwarn('%s: %s', name, f) except Exception as e: + for f in failures: + rospy.logwarn('%s: %s', name, f) traceback.print_exc() rospy.logwarn('%s: exception occurred', name) return