summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ruby_block.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/ruby_block.rb')
-rw-r--r--lib/chef/provider/ruby_block.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/ruby_block.rb b/lib/chef/provider/ruby_block.rb
index 878b7b52d3..01f041ca3b 100644
--- a/lib/chef/provider/ruby_block.rb
+++ b/lib/chef/provider/ruby_block.rb
@@ -29,7 +29,7 @@ class Chef
def action_run
converge_by("execute the ruby block #{new_resource.name}") do
new_resource.block.call
- Chef::Log.info("#{new_resource} called")
+ logger.info("#{new_resource} called")
end
end