summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
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)