From 22291c1c0ced7d59a769b13ca5d7c5a0a33d80da Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 26 Sep 2002 15:08:37 +0000 Subject: [PATCH] add info about proxy usage git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@549 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/HttpUrlData.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linkcheck/HttpUrlData.py b/linkcheck/HttpUrlData.py index b7709e0e..147817f7 100644 --- a/linkcheck/HttpUrlData.py +++ b/linkcheck/HttpUrlData.py @@ -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)