diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-05 19:43:23 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-05 19:43:23 +0000 |
commit | bb60cabda8d9cf4bdc7d138eadfd19ca6d8e7249 (patch) | |
tree | 28d884d601b54e4c14fba8b038e2c099670f17db /lib/puppet/event.rb | |
parent | 88c3f7c4795da36c161ee340b535725b826aded2 (diff) | |
download | puppet-bb60cabda8d9cf4bdc7d138eadfd19ca6d8e7249.tar.gz puppet-bb60cabda8d9cf4bdc7d138eadfd19ca6d8e7249.tar.xz puppet-bb60cabda8d9cf4bdc7d138eadfd19ca6d8e7249.zip |
Making trigger logs much clearer -- you now get info logs indicating how many dependencies changed, and debug logs indicating what those dependencies are
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1178 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/event.rb')
-rw-r--r-- | lib/puppet/event.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/event.rb b/lib/puppet/event.rb index eb17750cc..79f01b65f 100644 --- a/lib/puppet/event.rb +++ b/lib/puppet/event.rb @@ -206,7 +206,7 @@ module Puppet end # Trigger a subscription, which basically calls the associated method - # on the target object. + # on the target object. XXX This is currently unused. def trigger(transaction) event = nil |