From afcb2ee529503207c7979f1397a5066b06e98198 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 4 Aug 2005 18:41:41 +0000 Subject: adding a bit more output git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@496 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/event.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/puppet/event.rb b/lib/puppet/event.rb index 5bdd67c40..cb120bc28 100644 --- a/lib/puppet/event.rb +++ b/lib/puppet/event.rb @@ -112,8 +112,9 @@ module Puppet @object = args[:object] @transaction = args[:transaction] - Puppet.info "%s: %s(%s)" % - [@object,@state,@event] + #Puppet.info "%s: %s(%s)" % + Puppet.info "%s: %s changed from %s to %s" % + [@object,@state.name, @state.is,@state.should] # initially, just stuff all instances into a central bucket # to be handled as a batch -- cgit