mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 02:41:03 +00:00
add info about proxy usage
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@549 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
3f6dab7d4e
commit
22291c1c0c
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ class HttpUrlData (UrlData):
|
|||
"""
|
||||
if self.proxy:
|
||||
host = self.proxy
|
||||
self.setInfo(_("Using Proxy %s")%self.proxy)
|
||||
else:
|
||||
host = self.urlTuple[1]
|
||||
Config.debug(HURT_ME_PLENTY, "host", host)
|
||||
|
|
|
|||
Loading…
Reference in a new issue