<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,7 +23,7 @@ class Juggler
       begin
         params = Marshal.load(beanstalk_job.body)
       rescue =&gt; e
-        handle_exception(e, &quot;Exception unmarshaling job&quot;)
+        handle_exception(e, &quot;Exception unmarshaling #{@queue} job&quot;)
         beanstalk_job.delete
         return
       end
@@ -31,7 +31,7 @@ class Juggler
       begin
         job = @strategy.call(params)
       rescue =&gt; e
-        handle_exception(e, &quot;Exception calling strategy&quot;)
+        handle_exception(e, &quot;Exception calling #{@queue} strategy&quot;)
         beanstalk_job.decay
         return
       end</diff>
      <filename>lib/juggler/runner.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>84aa0286069e972d33094008ef893d512245c820</id>
    </parent>
  </parents>
  <author>
    <name>Martyn Loughran</name>
    <email>me@mloughran.com</email>
  </author>
  <url>http://github.com/mloughran/juggler/commit/755de2b1bf9dae7fb3da1e6ed780fd2e8bbcfcfb</url>
  <id>755de2b1bf9dae7fb3da1e6ed780fd2e8bbcfcfb</id>
  <committed-date>2009-10-21T12:36:58-07:00</committed-date>
  <authored-date>2009-10-21T12:36:58-07:00</authored-date>
  <message>Add queue name to some exception messages</message>
  <tree>d3f26bc34df6f3453337405cfc3ce83046cf5c8e</tree>
  <committer>
    <name>Martyn Loughran</name>
    <email>me@mloughran.com</email>
  </committer>
</commit>
