one more thing

This commit is contained in:
Miroslav Stampar 2010-05-04 08:45:10 +00:00
parent 789dd6c66f
commit 4928c684b3

View File

@ -205,7 +205,7 @@ class Connect:
except socket.timeout:
page, responseHeaders = None, None
warnMsg = "connection timed out while trying "
warnMsg += "to get error page information"
warnMsg += "to get error page information (%d)" % e.code
logger.warn(warnMsg)
return None, None
code = e.code