diff options
author | Luke Kanies <luke@madstop.com> | 2005-08-29 20:37:15 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-08-29 20:37:15 +0000 |
commit | eab73144798bb66118501ba1d26cbac5a4e86bae (patch) | |
tree | af5343a99827ebefd69ce98071fbc63e6c97b25b /lib | |
parent | cc483678d3b89979286475745b325ae8f348afef (diff) | |
download | puppet-eab73144798bb66118501ba1d26cbac5a4e86bae.tar.gz puppet-eab73144798bb66118501ba1d26cbac5a4e86bae.tar.xz puppet-eab73144798bb66118501ba1d26cbac5a4e86bae.zip |
bumping up the default log level for changes from info to notice
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@598 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/statechange.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/statechange.rb b/lib/puppet/statechange.rb index 85e6e47a3..9403edb3e 100644 --- a/lib/puppet/statechange.rb +++ b/lib/puppet/statechange.rb @@ -60,7 +60,7 @@ module Puppet # should basically point to that, right? #:state => @state, #:object => @state.parent, - Puppet.info self.to_s + Puppet.notice self.to_s return Puppet::Event.new( :event => event, :change => self, @@ -78,7 +78,7 @@ module Puppet # pname = pname.id2name #end #:state => @state, - Puppet.info "Failed: " + self.to_s + Puppet.notice "Failed: " + self.to_s return Puppet::Event.new( :event => pname + "_failed", :change => self, |