diff --git a/src/python_testing/matter_testing_support.py b/src/python_testing/matter_testing_support.py index 07be9a565fbabe..523a20fc12d861 100644 --- a/src/python_testing/matter_testing_support.py +++ b/src/python_testing/matter_testing_support.py @@ -908,7 +908,7 @@ def write_to_app_pipe(self, command): # TODO(#31239): remove the need for sleep sleep(0.001) else: - print(f"DUT IP address: {dut_ip}") + print(f"Using DUT IP address: {dut_ip}") dut_uname = os.getenv('LINUX_DUT_UNAME') if dut_uname is None: