Bug 1816015 - remove unnecessary force-terminate* messages as errors, print as info. r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D169501
This commit is contained in:
Joel Maher 2023-02-16 18:32:28 +00:00
parent 3687ba7c9e
commit 5606860f34
2 changed files with 2 additions and 2 deletions

View File

@ -809,7 +809,7 @@ class RefTest(object):
"%s | application timed out after %d seconds with no output"
% (self.lastTestSeen, int(timeout))
)
self.log.error("Force-terminating active process(es).")
self.log.warning("Force-terminating active process(es).")
self.killAndGetStack(
proc, utilityPath, debuggerInfo, dump_screen=not debuggerInfo
)

View File

@ -3655,7 +3655,7 @@ toolbar#nav-bar {
self.message_logger.dump_buffered()
self.message_logger.buffering = False
self.log.info(error_message)
self.log.error("Force-terminating active process(es).")
self.log.warning("Force-terminating active process(es).")
browser_pid = browser_pid or proc.pid
child_pids = self.extract_child_pids(processLog, browser_pid)