haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 17 forks source link

add logging to ChildInitFailure handler #86

Closed tavisrudd closed 10 years ago

tavisrudd commented 10 years ago

ChildInitFailure's were being handled in a way that prevented logFailure from being called appropriately. This affected tryChildStart and the spawnIt helper used in the StarterProcess variants of ToChildStart.

hyperthunk commented 10 years ago

Brilliant, thanks Tavis!