diff --git a/testing/mozbase/mozrunner/mozrunner/base/device.py b/testing/mozbase/mozrunner/mozrunner/base/device.py index 9d669594124d..6904fb8a5a42 100644 --- a/testing/mozbase/mozrunner/mozrunner/base/device.py +++ b/testing/mozbase/mozrunner/mozrunner/base/device.py @@ -92,7 +92,7 @@ class DeviceRunner(BaseRunner): else: print("timed out waiting for '%s' process to exit" % self.app_ctx.remote_process) - msg = "TEST-UNEXPECTED-FAIL | %s | application timed out after %s seconds" + msg = "DeviceRunner TEST-UNEXPECTED-FAIL | %s | application timed out after %s seconds" if self.timeout: timeout = self.timeout else: