summaryrefslogtreecommitdiff
path: root/src/actors
diff options
context:
space:
mode:
Diffstat (limited to 'src/actors')
-rw-r--r--src/actors/scala/actors/FJTaskScheduler2.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actors/scala/actors/FJTaskScheduler2.scala b/src/actors/scala/actors/FJTaskScheduler2.scala
index 3f76116a73..cf1cdfb822 100644
--- a/src/actors/scala/actors/FJTaskScheduler2.scala
+++ b/src/actors/scala/actors/FJTaskScheduler2.scala
@@ -98,6 +98,8 @@ class FJTaskScheduler2 extends Thread with IScheduler {
if (pendingReactions <= 0) {
// if all worker threads idle terminate
if (executor.getActiveCount() == 0) {
+ Debug.info(this+": initiating shutdown...")
+
// Note that we don't have to shutdown
// the FJTaskRunnerGroup since there is
// no separate thread associated with it,