mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-13 11:02:41 +02:00
Debug log when starting an ilias download
This commit is contained in:
@@ -99,6 +99,7 @@ class IliasDownloader:
|
|||||||
Retries authentication until eternity if it could not fetch the file.
|
Retries authentication until eternity if it could not fetch the file.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
LOGGER.debug("Downloading %r", info)
|
||||||
if not self._strategy(self._organizer, info):
|
if not self._strategy(self._organizer, info):
|
||||||
self._organizer.mark(info.path)
|
self._organizer.mark(info.path)
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user