summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-07-28 08:37:53 +1000
committermarkus <markus@AVA-351181.(none)>2010-08-03 15:19:40 -0700
commit03808fdc05c4660c1559cf8a09be80664096e0ad (patch)
treeeec7ff8a7bc0c4643f6c26d48737312d19f79596 /lib
parent539b57c1f119be60c774db183dcaec37b1fd5cd5 (diff)
downloadpuppet-03808fdc05c4660c1559cf8a09be80664096e0ad.tar.gz
puppet-03808fdc05c4660c1559cf8a09be80664096e0ad.tar.xz
puppet-03808fdc05c4660c1559cf8a09be80664096e0ad.zip
Fixed #4364 - Reduced audit msg from info to debug
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/transaction/resource_harness.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/transaction/resource_harness.rb b/lib/puppet/transaction/resource_harness.rb
index aace6a38a..29ec9a539 100644
--- a/lib/puppet/transaction/resource_harness.rb
+++ b/lib/puppet/transaction/resource_harness.rb
@@ -72,7 +72,7 @@ class Puppet::Transaction::ResourceHarness
resource[param] = value
audited << param
else
- resource.info "Storing newly-audited value #{current[param]} for #{param}"
+ resource.debug "Storing newly-audited value #{current[param]} for #{param}"
cache(resource, param, current[param])
end
end