From 6e336929c862cfcef5da01a12fbc9bc3f6104089 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 2 Aug 2006 18:56:47 +0000 Subject: Remove the unnecessary "Previously fetched" portion of the disfiles checksum output for bug #142271. svn path=/main/trunk/; revision=4089 --- pym/portage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index ff821bcfa..7aef151e0 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1999,8 +1999,8 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", eout.quiet = \ mysettings.get("PORTAGE_QUIET", None) == "1" for digest_name in mydigests[myfile]: - eout.ebegin("Previously fetched:" + \ - " %s %s ;-)" % (myfile, digest_name)) + eout.ebegin( + "%s %s ;-)" % (myfile, digest_name)) eout.eend(0) continue # fetch any remaining files -- cgit v1.2.3-1-g7c22