We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235faf5 commit 47caf62Copy full SHA for 47caf62
flexbe_testing/src/flexbe_testing/test_context.py
@@ -13,7 +13,7 @@ def __init__(self, callback):
13
self._callback = callback
14
15
def process_died(self, process_name, exit_code):
16
- rospy.loginfo("{}, {}".format(process_name, exit_code))
+ rospy.loginfo("Process {} exited with {}".format(process_name, exit_code))
17
self._callback(process_name, exit_code)
18
19
0 commit comments