summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-21 00:26:13 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-21 00:26:13 +0000
commitfca57996027dfe24aacd90ebf64806bbcd67da2e (patch)
treeb3290766917aa9f006873ba99fdf62e3e8f3f100 /pym/_emerge
parentf113babe1f5e062a8afcc1fd36e63fca24b4d6ec (diff)
downloadportage-fca57996027dfe24aacd90ebf64806bbcd67da2e.tar.gz
portage-fca57996027dfe24aacd90ebf64806bbcd67da2e.tar.bz2
portage-fca57996027dfe24aacd90ebf64806bbcd67da2e.zip
Redirect the 'Recording <pkg> in "world" favorites file...' message through
_status_msg(). svn path=/main/trunk/; revision=11151
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index a3562f996..86a1aa3a0 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -9646,8 +9646,8 @@ class Scheduler(PollScheduler):
world_set.load() # maybe it's changed on disk
atom = create_world_atom(pkg, args_set, root_config)
if atom:
- portage.writemsg_stdout(('>>> Recording %s in "world" ' + \
- 'favorites file...\n') % atom)
+ self._status_msg(('Recording %s in "world" ' + \
+ 'favorites file...') % atom)
logger.log(" === (%s of %s) Updating world file (%s)" % \
(pkg_count.curval, pkg_count.maxval, pkg.cpv))
world_set.add(atom)