Bug 1180745 - Fix logging test screenshotting errors. r=jgriffin

This commit is contained in:
Andrew Comminos
2015-07-06 08:48:00 -04:00
parent 3bdb077ead
commit f7249d48ff

View File

@@ -308,6 +308,6 @@ def dumpScreen(utilityPath):
returncode = subprocess.call(utility + [imgfilename])
printstatus(returncode, utilityname)
except OSError, err:
log.info("Failed to start %s for screenshot: %s" %
utility[0], err.strerror)
log.info("Failed to start %s for screenshot: %s"
% (utility[0], err.strerror))
return