This commit is contained in:
Andy McKay 2012-04-26 14:26:59 -07:00
Родитель e5c618ff50
Коммит 7ced223883
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -40,7 +40,8 @@ def resize_video(src, instance, **kw):
try:
video_file = video.get_encoded(amo.ADDON_PREVIEW_SIZES[1])
except Exception:
log.info('Error encoding video for %s' % instance.pk)
log.info('Error encoding video for %s, %s' %
(instance.pk, video.meta), exc_info=True)
return
# Do the thumbnail next, this will be the signal that the