From 80247400a46231321c025e9c0e3d142296df1f60 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Sat, 25 Apr 2020 13:02:07 +0200 Subject: [PATCH] Debug log when starting an ilias download --- PFERD/ilias/downloader.py | 1 + 1 file changed, 1 insertion(+) 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