Get info from drdr about build crash

This commit is contained in:
Kevin Tew 2010-11-02 16:46:13 -06:00
parent 3ec54a61c2
commit 14b14ebabc

View File

@ -111,7 +111,10 @@
(loop (cons wrkr idle)
(remove node-worker inflight)
(add1 count)
error-count))))]))
error-count))))]
[else
(eprintf "parallel-do-event-loop match node-worker failed.\n")
(eprintf "trying to match:\n~a\n" node-worker)]))
inflight))])])
(loop workers null 0 0)))