From 6fb532e63fe065b5d5937b6bcf0fc762f14fbac4 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 24 Sep 2013 09:46:55 +0300 Subject: [PATCH] TransRead: correct bad English one of the messages Change-Id: Ib309a0dceac128410a6cb4e565c3cd556ed61b9b Signed-off-by: Artem Bityutskiy --- bmaptools/TransRead.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bmaptools/TransRead.py b/bmaptools/TransRead.py index a182b51..469a351 100644 --- a/bmaptools/TransRead.py +++ b/bmaptools/TransRead.py @@ -435,7 +435,8 @@ class TransRead: open the URL for some time. """ logger.warning("failed to open the URL with %d sec timeout, is the " - "proxy setup correctly? Keep trying..." % timeout) + "proxy configured correctly? Keep trying ..." % + timeout) import urllib2 import httplib -- 2.34.1