From: Zac Medico Date: Wed, 28 Jun 2006 04:57:39 +0000 (-0000) Subject: Set WARN=red to so that warnings appear red, as they always have. X-Git-Tag: v2.1.1~360 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34029d9faf77dd4f92f1c6964caae3a0790c33e5;p=portage.git Set WARN=red to so that warnings appear red, as they always have. svn path=/main/trunk/; revision=3680 --- diff --git a/pym/output.py b/pym/output.py index 618086535..b3004ba23 100644 --- a/pym/output.py +++ b/pym/output.py @@ -118,7 +118,7 @@ codes["white"] = codes["bold"] # Colors from /sbin/functions.sh codes["GOOD"] = codes["green"] -codes["WARN"] = codes["yellow"] +codes["WARN"] = codes["red"] codes["BAD"] = codes["red"] codes["HILITE"] = codes["teal"] codes["BRACKET"] = codes["blue"]