commit: e9dea3a98aa5031fecf1c7115de77e948e8d07ca Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Tue Jan 27 18:19:05 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 18:19:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=e9dea3a9
Add missed output mode function assignment. --- mirrorselect/extractor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py index 59efad1..06dce6c 100644 --- a/mirrorselect/extractor.py +++ b/mirrorselect/extractor.py @@ -107,6 +107,7 @@ class Extractor(object): # setup the ssl-fetch ouptut map connector_output = { 'info':self.output.write, + 'debug': self.output.write, 'error': self.output.print_err, 'kwargs-info': {'level': 2}, 'kwargs-debug': {'level':2},