+1

On May 4, 2010, at 4:09 PM, Paul Lathrop wrote:

From: Paul Lathrop <[email protected]>


Signed-off-by: Paul Lathrop <[email protected]>
---
lib/puppet/reports/log.rb |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/puppet/reports/log.rb b/lib/puppet/reports/log.rb
index 8dfeedb..d993334 100644
--- a/lib/puppet/reports/log.rb
+++ b/lib/puppet/reports/log.rb
@@ -6,6 +6,7 @@ Puppet::Reports.register_report(:log) do

    def process
        self.logs.each do |log|
+            log.source = "//" + self.host + "/" + log.source
            Puppet::Util::Log.newmessage(log)
        end
    end
-- 1.7.0

-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en .



--
An expert is a person who has made all the mistakes that can be made
in a very narrow field. - Niels Bohr
---------------------------------------------------------------------
Luke Kanies  -|-   http://puppetlabs.com   -|-   +1(615)594-8199

--
You received this message because you are subscribed to the Google Groups "Puppet 
Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to