From: Zac Medico Date: Wed, 2 Aug 2006 18:56:47 +0000 (-0000) Subject: Remove the unnecessary "Previously fetched" portion of the disfiles checksum output... X-Git-Tag: v2.1.1~110 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e336929c862cfcef5da01a12fbc9bc3f6104089;p=portage.git Remove the unnecessary "Previously fetched" portion of the disfiles checksum output for bug #142271. svn path=/main/trunk/; revision=4089 --- 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