<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,14 +34,12 @@ class MemoryProfiler &lt; Scout::Plugin
     end
         
   rescue Exception =&gt; e
-    body = if e.message =~ /No such file or directory/
-      %Q(Unable to find /proc/meminfo. Please ensure your operationg system supports procfs:
+    if e.message =~ /No such file or directory/
+      error('Unable to find /proc/meminfo',%Q(Unable to find /proc/meminfo. Please ensure your operationg system supports procfs:
          http://en.wikipedia.org/wiki/Procfs)
+      )
     else
-      &quot;An error occurred profiling the memory:\n\n#{e.message}\n\n#{e.backtrace}&quot;
+      raise
     end
-    error(:subject =&gt; &quot;Unable to Profile Memory&quot;,
-          :body    =&gt; body
-         )
   end
 end</diff>
      <filename>memory_profiler/memory_profiler.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da4372c1de90af546bc59a02121ff253f6daa252</id>
    </parent>
  </parents>
  <author>
    <name>itsderek23</name>
    <email>derek.haynes@gmail.com</email>
  </author>
  <url>http://github.com/highgroove/scout-plugins/commit/a9e4f1e6425311d6aeec8b03a76b20fbd8ae4542</url>
  <id>a9e4f1e6425311d6aeec8b03a76b20fbd8ae4542</id>
  <committed-date>2009-05-28T15:04:45-07:00</committed-date>
  <authored-date>2009-05-28T15:04:45-07:00</authored-date>
  <message>Updating resuce for Memory Profiler</message>
  <tree>325355761b498b18a4368c5f15ee2038b07324e7</tree>
  <committer>
    <name>itsderek23</name>
    <email>derek.haynes@gmail.com</email>
  </committer>
</commit>
