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:
calvin 2002-09-26 15:08:37 +00:00
parent 3f6dab7d4e
commit 22291c1c0c

View file

@ -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)