Fix log args to actually show the forwarded message (#26053)

* Fix log args to actually show the forwarded message

* remove message from forwarding log
This commit is contained in:
Dávid István Bíró 2018-12-12 10:27:24 +01:00 committed by Patrik Nordwall
parent a31964475e
commit 3a6e539ce3

View file

@ -286,7 +286,7 @@ final class ClusterSingletonProxy(singletonManagerPath: String, settings: Cluste
case Some(s)
if (log.isDebugEnabled)
log.debug(
"Forwarding message of type [{}] to current singleton instance at [{}]: {}",
"Forwarding message of type [{}] to current singleton instance at [{}]",
Logging.simpleName(msg.getClass), s.path)
s forward msg
case None