projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa72471
)
Direct EOutput.eerror() and ewarn() output to stderr.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 26 Sep 2008 01:48:20 +0000
(
01:48
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 26 Sep 2008 01:48:20 +0000
(
01:48
-0000)
svn path=/main/trunk/; revision=11554
pym/portage/output.py
patch
|
blob
|
history
diff --git
a/pym/portage/output.py
b/pym/portage/output.py
index 35dba7f0d8cb08ce16a1b2daeeb58df6e8e86af7..defcb478b64ffd74aec309eb6ae5b07b47666477 100644
(file)
--- a/
pym/portage/output.py
+++ b/
pym/portage/output.py
@@
-503,7
+503,7
@@
class EOutput(object):
@param msg: A very brief (shorter than one line) error message.
@type msg: StringType
"""
- out = sys.std
out
+ out = sys.std
err
if not self.quiet:
if self.__last_e_cmd == "ebegin":
out.write("\n")
@@
-548,7
+548,7
@@
class EOutput(object):
@param msg: A very brief (shorter than one line) warning message.
@type msg: StringType
"""
- out = sys.std
out
+ out = sys.std
err
if not self.quiet:
if self.__last_e_cmd == "ebegin":
out.write("\n")