<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -258,9 +258,7 @@ handle_info({_, {exit_status, _Status}}, S) -&gt;
         {stop, worker_exit(S, {job_error, M}), S};
         
 handle_info({_, closed}, S) -&gt;
-        M = &quot;Worker killed. Last words:\n&quot; ++ errlines(S),
-        event(S, &quot;ERROR&quot;, M),
-        {stop, worker_exit(S, {job_error, M}), S};
+        {stop, worker_exit(S, {job_error, &quot;Worker killed&quot;}), S};
 
 handle_info(timeout, #state{linecount = 0} = S) -&gt;
         M = &quot;Worker didn't start in 30 seconds&quot;,
@@ -268,14 +266,10 @@ handle_info(timeout, #state{linecount = 0} = S) -&gt;
         {stop, worker_exit(S, {data_error, M}), S};
 
 handle_info({'DOWN', _, _, _, _}, S) -&gt;
-        M = &quot;Worker killed. Last words:\n&quot; ++ errlines(S),
-        event(S, &quot;ERROR&quot;, M),
-        {stop, worker_exit(S, {job_error, M}), S}.
+        {stop, worker_exit(S, {job_error, &quot;Worker killed&quot;}), S}.
 
 handle_cast(kill_worker, S) -&gt; 
-        M = &quot;Worker killed. Last words:\n&quot; ++ errlines(S),
-        event(S, &quot;ERROR&quot;, M),
-        {stop, worker_exit(S, {job_error, M}), S}.
+        {stop, worker_exit(S, {job_error, &quot;Worker killed&quot;}), S}.
 
 terminate(_Reason, State) -&gt; 
         % Possible bug: If we end up here before knowing child_pid, the</diff>
      <filename>master/src/disco_worker.erl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1013a7614a5c8e7c7b8fb2f1efe195b0b4b993a6</id>
    </parent>
  </parents>
  <author>
    <name>Ville Tuulos</name>
    <email>tuulos@dxfront.(none)</email>
  </author>
  <url>http://github.com/tuulos/disco/commit/54eaa9ffeed3b3bd2690acb69d1fbcaa92646f52</url>
  <id>54eaa9ffeed3b3bd2690acb69d1fbcaa92646f52</id>
  <committed-date>2009-10-04T21:26:43-07:00</committed-date>
  <authored-date>2009-10-04T21:20:42-07:00</authored-date>
  <message>Don't print out &quot;Worker killed&quot; messages for every killed task which can easily hide the traceback from the first failing task</message>
  <tree>648a1234aa574615ce79becfaa6a9f1a75891ca6</tree>
  <committer>
    <name>Ville Tuulos</name>
    <email>tuulos@dxfront.(none)</email>
  </committer>
</commit>
