changed event handler dispatcher name

This commit is contained in:
Jonas Bonér 2011-03-14 13:38:27 +01:00
parent dd69a4b763
commit ac0273b5eb
2 changed files with 8 additions and 8 deletions

View file

@ -124,7 +124,7 @@ object EventHandler extends ListenerManagement {
val info = "[INFO] [%s] [%s] [%s] %s".intern
val debug = "[DEBUG] [%s] [%s] [%s] %s".intern
val generic = "[GENERIC] [%s] [%s]".intern
val ID = "default:error:handler".intern
val ID = "event:handler".intern
val EventHandlerDispatcher = Dispatchers.newExecutorBasedEventDrivenDispatcher(ID).build