Minor code improvements

This commit is contained in:
Bernardo Damele 2010-06-10 14:15:32 +00:00
parent d3c8e461cf
commit 5bb8e154eb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@
<root>
<regexp value="ASPSESSIONID">
<info technology="ASP" type="Windows" distrib="2000"/>
<info technology="ASP" type="Windows" distrib="2000|2003"/>
</regexp>
<regexp value="ASP\.NET_SessionId">