Skip to content

Commit 5d4e828

Browse files
authored
add back brackets in logging (ClusterDaemon) (#1576)
1 parent 11d7bc4 commit 5d4e828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cluster/src/main/scala/org/apache/pekko/cluster/ClusterDaemon.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ private[cluster] class ClusterCoreDaemon(publisher: ActorRef, joinConfigCompatCh
705705
def join(address: Address): Unit = {
706706
if (!acceptedProtocols.contains(address.protocol))
707707
logWarning(
708-
"Trying to join member with wrong protocol, but was ignored, expected any of {} but was [{}]",
708+
"Trying to join member with wrong protocol, but was ignored, expected any of [{}] but was [{}]",
709709
acceptedProtocols,
710710
address.protocol)
711711
else if (address.system != selfAddress.system)

0 commit comments

Comments
 (0)