minor log message change for consistency

This commit is contained in:
rossputin 2010-05-28 15:22:53 +01:00
parent e0477baeb4
commit 24486be9dc

View file

@ -175,7 +175,7 @@ trait ChatServer extends Actor {
val storage: ActorRef
log.info("Chat service is starting up...")
log.info("Chat server is starting up...")
// actor message handler
def receive = sessionManagement orElse chatManagement