From 75524c283df374f64c84d904ed84cb1c7516cf38 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 27 Jun 2011 21:59:31 +0000 Subject: [PATCH] minor update --- lib/request/connect.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/request/connect.py b/lib/request/connect.py index ca14185aa..e67506e07 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -579,6 +579,10 @@ class Connect: warnMsg += "response(s). Please use as high value for " warnMsg += "--time-sec option as possible (e.g. 10 or more)" logger.critical(warnMsg) + elif not kb.testMode: + warnMsg = "it is very important not to stress the network adapter's " + warnMsg += "bandwidth during usage of time-based queries" + singleTimeWarnMessage(warnMsg) if conf.safUrl and conf.saFreq > 0: kb.queryCounter += 1