Proper Logging.simpleName() invocation with Class[_] arg instead of Class[_].getName #22533

This commit is contained in:
everetennikov 2017-04-17 20:44:29 +03:00
parent 6d22dd1ae2
commit b072b741c6

View file

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