projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f99dfc
)
The ERROR color code is currently undefined, so make eerror
author
Zac Medico
<zmedico@gentoo.org>
Fri, 19 Oct 2007 15:17:16 +0000
(15:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 19 Oct 2007 15:17:16 +0000
(15:17 -0000)
use BAD like the bash version does.
svn path=/main/trunk/; revision=8177
pym/portage/elog/messages.py
patch
|
blob
|
history
diff --git
a/pym/portage/elog/messages.py
b/pym/portage/elog/messages.py
index e900800627fe0e834c2993c8e44b751842f1fc11..888341af532de9b1c5d4e8ed56103e516f1c1643 100644
(file)
--- a/
pym/portage/elog/messages.py
+++ b/
pym/portage/elog/messages.py
@@
-74,7
+74,7
@@
_functions = { "einfo": ("INFO", "GOOD"),
"elog": ("LOG", "GOOD"),
"ewarn": ("WARN", "WARN"),
"eqawarn": ("QA", "WARN"),
- "eerror": ("ERROR", "
ERROR
"),
+ "eerror": ("ERROR", "
BAD
"),
}
def _make_msgfunction(level, color):