diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-14 04:27:45 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-14 04:27:45 +0000 |
| commit | c1dd0a1a157ea2d73e178c377b942b5f4053e317 (patch) | |
| tree | af207c1252ce41947443930bf44cafa9fee7dda9 /lib/puppet | |
| parent | 603a53c863350f4f2ce9658ee874711d80cf6c76 (diff) | |
| download | puppet-c1dd0a1a157ea2d73e178c377b942b5f4053e317.tar.gz puppet-c1dd0a1a157ea2d73e178c377b942b5f4053e317.tar.xz puppet-c1dd0a1a157ea2d73e178c377b942b5f4053e317.zip | |
Changing statechange noop message so it's a bit clearer
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1275 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
| -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 f63d80ccf..d11cb6734 100644 --- a/lib/puppet/statechange.rb +++ b/lib/puppet/statechange.rb @@ -32,7 +32,7 @@ module Puppet end if @state.noop - @state.log "(noop) is %s, should be %s" % + @state.log "is %s, should be %s (noop)" % [state.is_to_s, state.should_to_s] #@state.debug "%s is noop" % @state return nil |
