diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-13 17:25:17 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-13 17:25:17 +0000 |
commit | 90762c55bc48d2af2ebba13898fe6134f087ed18 (patch) | |
tree | 9d4dbd1976d69aabe6214b13f5cf51737a090b42 | |
parent | ec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6 (diff) | |
download | puppet-90762c55bc48d2af2ebba13898fe6134f087ed18.tar.gz puppet-90762c55bc48d2af2ebba13898fe6134f087ed18.tar.xz puppet-90762c55bc48d2af2ebba13898fe6134f087ed18.zip |
adding noop marker as requested
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1257 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/statechange.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |