emit debug logging message when loading cookies from file

pull/3189/head
Mike Fährmann 2 years ago
parent 3a238fd490
commit 6514828d4e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -327,6 +327,7 @@ class Extractor():
except Exception as exc:
self.log.warning("cookies: %s", exc)
else:
self.log.debug("Loading cookies from '%s'", cookies)
self._cookiefile = cookiefile
elif isinstance(cookies, (list, tuple)):

Loading…
Cancel
Save