summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cookbook_file/content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/cookbook_file/content.rb')
-rw-r--r--lib/chef/provider/cookbook_file/content.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/cookbook_file/content.rb b/lib/chef/provider/cookbook_file/content.rb
index 1d24dee3e7..82e2cf4390 100644
--- a/lib/chef/provider/cookbook_file/content.rb
+++ b/lib/chef/provider/cookbook_file/content.rb
@@ -34,7 +34,7 @@ class Chef
else
tempfile = Chef::FileContentManagement::Tempfile.new(@new_resource).tempfile
tempfile.close
- Chef::Log.debug("#{@new_resource} staging #{file_cache_location} to #{tempfile.path}")
+ logger.trace("#{@new_resource} staging #{file_cache_location} to #{tempfile.path}")
FileUtils.cp(file_cache_location, tempfile.path)
tempfile
end