summaryrefslogtreecommitdiff
path: root/lib/dslkeywords/resource.rb
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-19 14:45:53 +0200
committerPaul Buetow <paul@buetow.org>2025-02-19 14:45:53 +0200
commit79c1e080d47954cfd90e338685f30f1481087922 (patch)
tree185187621ffbf8e465cfc1d8730646d5fa42ca44 /lib/dslkeywords/resource.rb
parentbbd4d006e08235c83900f206f7e4e772fbad6bd4 (diff)
fix
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