diff options
| author | Luke Kanies <luke@madstop.com> | 2005-06-29 03:11:06 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-06-29 03:11:06 +0000 |
| commit | 0c4254a9c1bad795a8bcc895cff74b6dd961ba44 (patch) | |
| tree | 2d512a90e147d020486ff71591ad64202814ac06 /lib/puppet/event.rb | |
| parent | 573d3018a67521f37dbbd46e86c7d1d8b7bc2703 (diff) | |
| download | puppet-0c4254a9c1bad795a8bcc895cff74b6dd961ba44.tar.gz puppet-0c4254a9c1bad795a8bcc895cff74b6dd961ba44.tar.xz puppet-0c4254a9c1bad795a8bcc895cff74b6dd961ba44.zip | |
metric testing and graphing now works in the library, although nothing has been done in the language
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@314 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 a8d818b39..86205591d 100644 --- a/lib/puppet/event.rb +++ b/lib/puppet/event.rb @@ -107,7 +107,7 @@ module Puppet @object = args[:object] @transaction = args[:transaction] - Puppet.warning "New Event: '%s' => '%s'" % + Puppet.info "%s: %s" % [@object,@event] # initially, just stuff all instances into a central bucket |
