fixed name of dispatcher in log messages

This commit is contained in:
Jan Van Besien 2010-03-30 13:16:36 +02:00
parent 62cdb9fc23
commit 308bf20a7d
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ class ThreadBasedDispatcher private[akka] (val name: String, val messageHandler:
def isShutdown = !active
def shutdown = if (active) {
log.debug("Shutting down ExecutorBasedEventDrivenDispatcher [%s]", name)
log.debug("Shutting down ThreadBasedDispatcher [%s]", name)
active = false
selectorThread.interrupt
references.clear