Skip to content

Commit

Permalink
add back brackets in logging (ClusterDaemon) (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 9, 2024
1 parent 11d7bc4 commit 5d4e828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d4e828

Please sign in to comment.