From ac18bff94973434cfa4a2d09bf8f96b314588500 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 16 Oct 2013 01:34:29 -0700 Subject: tweak message formatting --- mirrorselect/selectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3-18-g5258