diff options
author | Luke Kanies <luke@madstop.com> | 2005-07-11 22:39:32 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-07-11 22:39:32 +0000 |
commit | fffc09c0703e7903310ff6055ded5ae781d67ecc (patch) | |
tree | 51ff0428b6ffd2a18aea0df1d8922eba92151d78 | |
parent | 2062aacbd96df3447255a61549b922c7d68c1c56 (diff) | |
download | puppet-fffc09c0703e7903310ff6055ded5ae781d67ecc.tar.gz puppet-fffc09c0703e7903310ff6055ded5ae781d67ecc.tar.xz puppet-fffc09c0703e7903310ff6055ded5ae781d67ecc.zip |
swapping console colors
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@361 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/log.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/log.rb b/lib/puppet/log.rb index 20aaff003..52d30a0e4 100644 --- a/lib/puppet/log.rb +++ b/lib/puppet/log.rb @@ -24,9 +24,9 @@ module Puppet @@colors = { :debug => SLATE, - :info => ORANGE, + :info => GREEN, :notice => PINK, - :warning => GREEN, + :warning => ORANGE, :err => YELLOW, :alert => BLUE, :emerg => RESET, |