From fffc09c0703e7903310ff6055ded5ae781d67ecc Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 11 Jul 2005 22:39:32 +0000 Subject: swapping console colors git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@361 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/log.rb | 4 ++-- 1 file 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, -- cgit