Skip to content

Commit 47caf62

Browse files
committed
Clear up logging for exiting processes
1 parent 235faf5 commit 47caf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexbe_testing/src/flexbe_testing/test_context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, callback):
1313
self._callback = callback
1414

1515
def process_died(self, process_name, exit_code):
16-
rospy.loginfo("{}, {}".format(process_name, exit_code))
16+
rospy.loginfo("Process {} exited with {}".format(process_name, exit_code))
1717
self._callback(process_name, exit_code)
1818

1919

0 commit comments

Comments
 (0)