Send "Recording in world" msg to stdout.
authorZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2011 06:49:04 +0000 (23:49 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2011 06:49:04 +0000 (23:49 -0700)
pym/_emerge/depgraph.py

index 42cc659df0a398f27ccfa9fe4483db0c861c7ac9..e1c39bc0f670efc58ad96f56c33d2205910b044a 100644 (file)
@@ -6194,7 +6194,8 @@ class depgraph(object):
                all_added.extend(added_favorites)
                all_added.sort()
                for a in all_added:
-                       writemsg(">>> Recording %s in \"world\" favorites file...\n" % \
+                       writemsg_stdout(
+                               ">>> Recording %s in \"world\" favorites file...\n" % \
                                colorize("INFORM", str(a)), noiselevel=-1)
                if all_added:
                        world_set.update(all_added)