added one more log line

This commit is contained in:
Robby Findler 2011-08-31 20:26:31 -05:00
parent a98fd7f60b
commit fd5019ddea

View File

@ -44,6 +44,7 @@
(define (abort-job job)
(custodian-shutdown-all (job-cust job))
(log-info "expanding-place.rkt: kill")
(place-channel-put (job-response-pc job) #f))
(struct exn:access exn:fail ())