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 14DC3198005 for ; Sun, 10 Mar 2013 13:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54426E0477; Sun, 10 Mar 2013 13:08:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1D55E0477 for ; Sun, 10 Mar 2013 13:08:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8764B33BF3E for ; Sun, 10 Mar 2013 13:07:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 231EEE4079 for ; Sun, 10 Mar 2013 13:07:58 +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: <1362920469.d7c287c09566926a441680597ccf060806b5ba33.dol-sen@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/ X-VCS-Repository: proj/mirrorselect X-VCS-Files: mirrorselect/main.py X-VCS-Directories: mirrorselect/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d7c287c09566926a441680597ccf060806b5ba33 X-VCS-Branch: master Date: Sun, 10 Mar 2013 13:07:58 +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: e0d89f85-a290-4c3c-9151-075f81a71727 X-Archives-Hash: 74e9d02ff06f1ea15e1d6c8057f19a24 commit: d7c287c09566926a441680597ccf060806b5ba33 Author: Brian Dolbec gentoo org> AuthorDate: Sun Mar 10 13:01:09 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Mar 10 13:01:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=d7c287c0 change the default noise level on an ouptut message. --- mirrorselect/main.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mirrorselect/main.py b/mirrorselect/main.py index 48d74a7..3f90694 100755 --- a/mirrorselect/main.py +++ b/mirrorselect/main.py @@ -169,7 +169,7 @@ class MirrorSelect(object): else: var = 'GENTOO_MIRRORS' - self.output.write('get_filesystem_mirrors(): config_path = %s\n' % config_path) + self.output.write('get_filesystem_mirrors(): config_path = %s\n' % config_path, 2) try: f = open(config_path,'r') except IOError: