summaryrefslogtreecommitdiff
path: root/lib/chef/compile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/compile.rb')
-rw-r--r--lib/chef/compile.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/compile.rb b/lib/chef/compile.rb
index e974852426..5cd200b098 100644
--- a/lib/chef/compile.rb
+++ b/lib/chef/compile.rb
@@ -35,6 +35,7 @@ class Chef
end
def load_node(name)
+ Chef::Log.debug("Loading Chef Node #{name}")
@node = Chef::Node.find(name)
end