summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-21 20:39:36 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-21 20:39:36 +0000
commit804c0f406442dcb2546495f026a9f66d5d507432 (patch)
tree2bd6fdd255a8ddf4f619f644fc75a10d904b1e51 /lib/puppet
parent46152c1fe63c0ee3f2f6bf75618d8300be02fe1c (diff)
downloadpuppet-804c0f406442dcb2546495f026a9f66d5d507432.tar.gz
puppet-804c0f406442dcb2546495f026a9f66d5d507432.tar.xz
puppet-804c0f406442dcb2546495f026a9f66d5d507432.zip
Fixing the same bug as the Metric stuff, but for logs this time.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2340 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/util/log.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/util/log.rb b/lib/puppet/util/log.rb
index b427f7b61..8c085c38e 100644
--- a/lib/puppet/util/log.rb
+++ b/lib/puppet/util/log.rb
@@ -544,5 +544,6 @@ class Puppet::Util::Log
return @message
end
end
+Puppet::Log = Puppet::Util::Log
# $Id$