Proper Logging.simpleName() invocation with Class[_] arg instead of Class[_].getName #22533
This commit is contained in:
parent
6d22dd1ae2
commit
b072b741c6
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ final class ClusterSingletonProxy(singletonManagerPath: String, settings: Cluste
|
||||||
if (log.isDebugEnabled)
|
if (log.isDebugEnabled)
|
||||||
log.debug(
|
log.debug(
|
||||||
"Forwarding message of type [{}] to current singleton instance at [{}]: {}",
|
"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
|
s forward msg
|
||||||
case None ⇒
|
case None ⇒
|
||||||
buffer(msg)
|
buffer(msg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue