diff options
Diffstat (limited to 'lib/chef/cookbook/manifest_v2.rb')
-rw-r--r-- | lib/chef/cookbook/manifest_v2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/manifest_v2.rb b/lib/chef/cookbook/manifest_v2.rb index 59b5c9afb0..2a5f1fb5e6 100644 --- a/lib/chef/cookbook/manifest_v2.rb +++ b/lib/chef/cookbook/manifest_v2.rb @@ -24,7 +24,7 @@ class Chef minimum_api_version 2 def self.from_hash(hash) - Chef::Log.debug "processing manifest: #{hash}" + Chef::Log.trace "processing manifest: #{hash}" Mash.new hash end |