public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11132 - main/trunk/pym/_emerge
@ 2008-07-19  5:37 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-07-19  5:37 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-07-19 05:37:43 +0000 (Sat, 19 Jul 2008)
New Revision: 11132

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Display "Verifying ebuild manifests" and "Starting parallel fetch" via
the status display instead of directly to stdout.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-07-19 04:30:30 UTC (rev 11131)
+++ main/trunk/pym/_emerge/__init__.py	2008-07-19 05:37:43 UTC (rev 11132)
@@ -8964,7 +8964,7 @@
 
 			if not shown_verifying_msg:
 				shown_verifying_msg = True
-				print ">>> Verifying ebuild Manifests..."
+				self._status_msg("Verifying ebuild manifests")
 
 			root_config = x.root_config
 			portdb = root_config.trees["porttree"].dbapi
@@ -8981,7 +8981,7 @@
 			return
 
 		if self._parallel_fetch:
-			portage.writemsg(">>> starting parallel fetch\n")
+			self._status_msg("Starting parallel fetch")
 
 			prefetchers = self._prefetchers
 			getbinpkg = "--getbinpkg" in self.myopts

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-19  5:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19  5:37 [gentoo-commits] portage r11132 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox