summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/statechange.rb2
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