diff --git a/lib/request/connect.py b/lib/request/connect.py index 659864f6f..818943f20 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -387,8 +387,8 @@ class Connect: if timeBasedCompare: if len(kb.responseTimes) < MIN_TIME_RESPONSES: - warnMsg = "time-based comparison requested on a statisical model " - warnMsg += "with too small data set. doing few dummy requests." + warnMsg = "time-based comparison needs larger statistical model. " + warnMsg += "doing few dummy requests." logger.warn(warnMsg) while len(kb.responseTimes) < MIN_TIME_RESPONSES: