include debug exception info for GalleryDLException errors

This commit is contained in:
Mike Fährmann
2024-09-19 13:51:27 +02:00
parent 68bff76d90
commit dd56bb2187

View File

@@ -158,6 +158,7 @@ class Job():
raise
except exception.GalleryDLException as exc:
log.error("%s: %s", exc.__class__.__name__, exc)
log.debug("", exc_info=True)
self.status |= exc.code
except OSError as exc:
log.error("Unable to download data: %s: %s",