minor update

This commit is contained in:
Miroslav Stampar 2011-06-27 21:38:12 +00:00
parent 5b4eaf48d9
commit 831f083223

View File

@ -567,7 +567,7 @@ class Connect:
warnMsg = "time-based comparison needs larger statistical " warnMsg = "time-based comparison needs larger statistical "
warnMsg += "model. Making a few dummy requests, please wait.." warnMsg += "model. Making a few dummy requests, please wait.."
logger.warn(warnMsg) singleTimeWarnMessage(warnMsg)
while len(kb.responseTimes) < MIN_TIME_RESPONSES: while len(kb.responseTimes) < MIN_TIME_RESPONSES:
Connect.queryPage(content=True) Connect.queryPage(content=True)