From 90762c55bc48d2af2ebba13898fe6134f087ed18 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 13 Jun 2006 17:25:17 +0000 Subject: adding noop marker as requested git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1257 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/statechange.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/statechange.rb b/lib/puppet/statechange.rb index 3d1783746..f63d80ccf 100644 --- a/lib/puppet/statechange.rb +++ b/lib/puppet/statechange.rb @@ -32,7 +32,7 @@ module Puppet end if @state.noop - @state.log "is %s, should be %s" % + @state.log "(noop) is %s, should be %s" % [state.is_to_s, state.should_to_s] #@state.debug "%s is noop" % @state return nil -- cgit