mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor code improvements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user