dolsen 15/01/27 20:32:50
Added:
mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch
Log:
Bump for an additional patch
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0x65E309F2189DB0B8)
Revision Changes Path
1.1
app-portage/mirrorselect/files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch?rev=1.1&content-type=text/plain
Index: mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch
===================================================================
>From e9dea3a98aa5031fecf1c7115de77e948e8d07ca Mon Sep 17 00:00:00 2001
From: Brian Dolbec <[email protected]>
Date: Tue, 27 Jan 2015 10:19:05 -0800
Subject: [PATCH] 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},
--
2.2.2