Emit a log message when we output final .zip file;r=me

Handy for profiling how long things are taking
This commit is contained in:
William Lachance 2014-08-06 18:38:51 -04:00
Родитель 648853e0d7
Коммит a3d06c6a65
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -416,6 +416,7 @@ class CaptureController(object):
imagefilename)).read())
zipfile.close()
self.logger.info("Wrote out final capture.")
shutil.rmtree(self.outputdir)
shutil.rmtree(rewritten_imagedir)