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 AEE51198005 for ; Thu, 21 Feb 2013 14:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 399D0E03E4; Thu, 21 Feb 2013 14:29:09 +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 BFCAAE03E4 for ; Thu, 21 Feb 2013 14:29:08 +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 D8BF633DEB9 for ; Thu, 21 Feb 2013 14:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6BDF0E4073 for ; Thu, 21 Feb 2013 14:29:06 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1361456930.ff864a499160f3abda33e7247e0e457bd7ba4270.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/Scheduler.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ff864a499160f3abda33e7247e0e457bd7ba4270 X-VCS-Branch: master Date: Thu, 21 Feb 2013 14:29:06 +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: e3b0e6d5-d93e-4bfb-82b3-e90dcbc2bac8 X-Archives-Hash: 5382082ee243c492580ebacbd5dae3f7 commit: ff864a499160f3abda33e7247e0e457bd7ba4270 Author: Zac Medico gentoo org> AuthorDate: Thu Feb 21 14:28:50 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Feb 21 14:28:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ff864a49 Remove "Starting parallel fetch" msg, bug #368297 --- pym/_emerge/Scheduler.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py index c495ae0..4b29c71 100644 --- a/pym/_emerge/Scheduler.py +++ b/pym/_emerge/Scheduler.py @@ -718,7 +718,6 @@ class Scheduler(PollScheduler): return if self._parallel_fetch: - self._status_msg("Starting parallel fetch") prefetchers = self._prefetchers