cookie warning msg fixed

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1804 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-14 20:06:06 +00:00
parent 404545f334
commit d2f7955f2c

View file

@ -315,7 +315,7 @@ class HttpUrl (urlbase.UrlBase, proxysupport.ProxySupport):
self.add_info(h)
except Cookie.CookieError, msg:
self.add_warning(_("Could not store cookies: %(msg)s") %
str(msg))
{'msg': str(msg)})
if response.status >= 200:
self.set_result("%r %s" % (response.status, response.reason))
else: