mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-16 19:48:57 -04:00
minor logging fix
This commit is contained in:
parent
430c0daf39
commit
ca79c3a329
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ class BrozzlerWorker:
|
|||
except requests.exceptions.ProxyError as e:
|
||||
raise brozzler.ProxyError("proxy error fetching %s" % url) from e
|
||||
except requests.exceptions.RequestException as e:
|
||||
self.logger.warning("Failed to get headers for %s: %s", page.url, e)
|
||||
self.logger.warning("Failed to fetch url %s", page.url, e)
|
||||
|
||||
def brozzle_site(self, browser, site):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue