From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC3A3138A1A for ; Tue, 27 Jan 2015 04:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0DF0E088A; Tue, 27 Jan 2015 04:38:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53400E088A for ; Tue, 27 Jan 2015 04:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A25234071A for ; Tue, 27 Jan 2015 04:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57BED1073D for ; Tue, 27 Jan 2015 04:38:30 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1422325385.9ec1e9649c980d32d23aab40eff3cac5e8f6f555.dolsen@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/ X-VCS-Repository: proj/mirrorselect X-VCS-Files: mirrorselect/extractor.py X-VCS-Directories: mirrorselect/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9ec1e9649c980d32d23aab40eff3cac5e8f6f555 X-VCS-Branch: master Date: Tue, 27 Jan 2015 04:38:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e7de1e92-c578-4bf6-8185-a8a20600deac X-Archives-Hash: b42ec537afea481aa1d158e5eac3aceb commit: 9ec1e9649c980d32d23aab40eff3cac5e8f6f555 Author: Brian Dolbec gentoo org> AuthorDate: Tue Jan 27 02:23:05 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Jan 27 02:23:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=9ec1e964 Update for ssl-fetch api change --- mirrorselect/extractor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py index ec5f299..59efad1 100644 --- a/mirrorselect/extractor.py +++ b/mirrorselect/extractor.py @@ -109,6 +109,7 @@ class Extractor(object): 'info':self.output.write, 'error': self.output.print_err, 'kwargs-info': {'level': 2}, + 'kwargs-debug': {'level':2}, 'kwargs-error': {'level':0}, }