From: Artem Bityutskiy Date: Tue, 24 Sep 2013 06:46:55 +0000 (+0300) Subject: TransRead: correct bad English one of the messages X-Git-Tag: v3.0~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fb532e63fe065b5d5937b6bcf0fc762f14fbac4;p=tools%2Fbmap-tools.git TransRead: correct bad English one of the messages Change-Id: Ib309a0dceac128410a6cb4e565c3cd556ed61b9b Signed-off-by: Artem Bityutskiy --- 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