From fca57996027dfe24aacd90ebf64806bbcd67da2e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 21 Jul 2008 00:26:13 +0000 Subject: Redirect the 'Recording in "world" favorites file...' message through _status_msg(). svn path=/main/trunk/; revision=11151 --- pym/_emerge/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/_emerge') 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) -- cgit v1.2.3-1-g7c22