summaryrefslogtreecommitdiff
path: root/lib/dslkeywords/resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dslkeywords/resource.rb')
-rw-r--r--lib/dslkeywords/resource.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dslkeywords/resource.rb b/lib/dslkeywords/resource.rb
index 2358ff5..aea47cc 100644
--- a/lib/dslkeywords/resource.rb
+++ b/lib/dslkeywords/resource.rb
@@ -50,6 +50,7 @@ module RCM
def evaluate!
return false if @evaluated
+ info 'Evaluating...'
raise DependencyLoop, "Dependency loop detected for #{id}" if @loop_detection
@loop_detection = true