The ERROR color code is currently undefined, so make eerror
authorZac Medico <zmedico@gentoo.org>
Fri, 19 Oct 2007 15:17:16 +0000 (15:17 -0000)
committerZac 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

index e900800627fe0e834c2993c8e44b751842f1fc11..888341af532de9b1c5d4e8ed56103e516f1c1643 100644 (file)
@@ -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):