diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2013-10-16 01:34:29 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2013-10-16 01:34:29 -0700 |
commit | ac18bff94973434cfa4a2d09bf8f96b314588500 (patch) | |
tree | 90ba790021b619eefa71b887f21afb4a96666956 | |
parent | fix some typos (diff) | |
download | mirrorselect-ac18bff94973434cfa4a2d09bf8f96b314588500.tar.gz mirrorselect-ac18bff94973434cfa4a2d09bf8f96b314588500.tar.bz2 mirrorselect-ac18bff94973434cfa4a2d09bf8f96b314588500.zip |
tweak message formatting
-rw-r--r-- | mirrorselect/selectors.py | 2 |
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): |