Merged with current master

This commit is contained in:
Viktor Klang 2010-12-27 12:12:49 +01:00
commit 9ccac820be
116 changed files with 407 additions and 281 deletions

View file

@ -1,5 +1,5 @@
/**
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.remote
@ -404,7 +404,7 @@ class RemoteClientHandler(
} catch {
case e: Exception =>
client.notifyListeners(RemoteClientError(e, client))
log.slf4j.error("Unexpected exception in remote client handler: {}", e)
log.slf4j.error("Unexpected exception in remote client handler", e)
throw e
}
}