From 5bb8c4a0ae72d84693239c53e71306438a399588 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 26 Sep 2005 19:07:17 +0000 Subject: fixing output in noop git-svn-id: https://reductivelabs.com/svn/puppet/trunk@705 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/statechange.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/statechange.rb b/lib/puppet/statechange.rb index 6db2aefb0..e1b59e019 100644 --- a/lib/puppet/statechange.rb +++ b/lib/puppet/statechange.rb @@ -37,7 +37,7 @@ module Puppet if @state.noop @state.parent.log "%s should be %s" % - [@state, @should] + [@state, state.should_to_s] #Puppet.debug "%s is noop" % @state return nil end -- cgit