From b324b99f6e67c18b0c60985de95daad1f36edd0f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 4 May 2011 10:41:08 +0000 Subject: [PATCH] minor update of warning message --- lib/request/connect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index fb32ced03..085f73963 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -387,7 +387,8 @@ class Connect: if kb.originalPage is None: warnMsg = "if the problem persists please try to rerun " - warnMsg += "with the --random-agent switch turned on" + warnMsg += "with the --random-agent switch turned on " + warnMsg += "and/or try to use proxy switches (--ignore-proxy, --proxy,...)" singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.RANDOM_AGENT) time.sleep(1)