diff --git a/lib/request/connect.py b/lib/request/connect.py index fd9185cc8..97dbd232d 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -213,7 +213,7 @@ class Connect: code = e.code status = e.msg - debugMsg = "got HTTP error code: %d" % code + debugMsg = "got HTTP error code: %d (%s)" % (code, status) logger.debug(debugMsg) except (urllib2.URLError, socket.error, socket.timeout, httplib.BadStatusLine), e: diff --git a/xml/banner/cookie.xml b/xml/banner/cookie.xml index 8038df30d..5fbbf07c7 100644 --- a/xml/banner/cookie.xml +++ b/xml/banner/cookie.xml @@ -8,7 +8,7 @@ - +