Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789dd6c commit 4928c68Copy full SHA for 4928c68
1 file changed
lib/request/connect.py
@@ -205,7 +205,7 @@ def getPage(**kwargs):
205
except socket.timeout:
206
page, responseHeaders = None, None
207
warnMsg = "connection timed out while trying "
208
- warnMsg += "to get error page information"
+ warnMsg += "to get error page information (%d)" % e.code
209
logger.warn(warnMsg)
210
return None, None
211
code = e.code
0 commit comments