minor update

This commit is contained in:
Miroslav Stampar 2011-10-28 11:28:21 +00:00
parent b83fe6113e
commit 666a7da12a

View File

@ -2150,7 +2150,7 @@ def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
kb.delayCandidates = [candidate] + kb.delayCandidates[:-1]
if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec:
infoMsg = "due to good response times you are advised to "
infoMsg = "due to good response times you can "
infoMsg += "try to adjust the time-delay to "
infoMsg += "a more appropriate value (e.g. --time-sec=%d)" % candidate
singleTimeLogMessage(infoMsg)