diff --git a/PFERD/ilias/downloader.py b/PFERD/ilias/downloader.py index 915d35a..e88ff38 100644 --- a/PFERD/ilias/downloader.py +++ b/PFERD/ilias/downloader.py @@ -99,6 +99,7 @@ class IliasDownloader: Retries authentication until eternity if it could not fetch the file. """ + LOGGER.debug("Downloading %r", info) if not self._strategy(self._organizer, info): self._organizer.mark(info.path) return