mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Debug log when starting an ilias download
This commit is contained in:
parent
13c5a29ff0
commit
80247400a4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue