polite cosmetics

This commit is contained in:
Miroslav Stampar
2010-12-10 15:28:56 +00:00
parent 977988c0ab
commit 435f48b8cc
6 changed files with 9 additions and 9 deletions

View File

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