aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-10-16 01:34:29 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-10-16 01:34:29 -0700
commitac18bff94973434cfa4a2d09bf8f96b314588500 (patch)
tree90ba790021b619eefa71b887f21afb4a96666956
parentfix some typos (diff)
downloadmirrorselect-ac18bff94973434cfa4a2d09bf8f96b314588500.tar.gz
mirrorselect-ac18bff94973434cfa4a2d09bf8f96b314588500.tar.bz2
mirrorselect-ac18bff94973434cfa4a2d09bf8f96b314588500.zip
tweak message formatting
-rw-r--r--mirrorselect/selectors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorselect/selectors.py b/mirrorselect/selectors.py
index 1c2deb2..3e77221 100644
--- a/mirrorselect/selectors.py
+++ b/mirrorselect/selectors.py
@@ -63,7 +63,7 @@ class Extractor(object):
value = getattr(options, opt)
if value is not None:
filters[opt] = value
- self.output.print_info('Limiting test to %s = %s hosts. \n'
+ self.output.print_info('Limiting test to "%s=%s" hosts. \n'
%(opt, value))
for opt in ["ftp", "http"]:
if getattr(options, opt):