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)
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue