Bug 782633 - Followup to fix exception; r=me

This commit is contained in:
Ed Morley 2013-01-12 18:36:54 +00:00
parent 509f9b218d
commit f95bfd738e

View File

@ -384,8 +384,7 @@ def processSingleLeakFile(leakLogFileName, PID, processType, leakThreshold):
log.info("INFO | automationutils.processLeakLog() | process %s was " \
"deliberately crashed and thus has no leak log" % PID)
else:
log.info("WARNING | automationutils.processLeakLog() | missing output line for total leaks!" %
processString)
log.info("WARNING | automationutils.processLeakLog() | missing output line for total leaks!")
leaks.close()