add back brackets in logging (ClusterDaemon) (#1576)
This commit is contained in:
parent
11d7bc49d9
commit
5d4e8283c3
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ private[cluster] class ClusterCoreDaemon(publisher: ActorRef, joinConfigCompatCh
|
|||
def join(address: Address): Unit = {
|
||||
if (!acceptedProtocols.contains(address.protocol))
|
||||
logWarning(
|
||||
"Trying to join member with wrong protocol, but was ignored, expected any of {} but was [{}]",
|
||||
"Trying to join member with wrong protocol, but was ignored, expected any of [{}] but was [{}]",
|
||||
acceptedProtocols,
|
||||
address.protocol)
|
||||
else if (address.system != selfAddress.system)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue