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

This commit is contained in:
Andrew Comminos 2015-07-06 08:48:00 -04:00
Родитель e64fa23f32
Коммит 6af3ab8615
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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