Skip to content

Commit

Permalink
Remove superfluous comma (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Oct 2, 2023
1 parent 225701d commit 0943563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ import pekko.remote.artery.ThisActorSystemQuarantinedEvent

log.warning(
ClusterLogMarker.sbrDowning(decision),
s"SBR took decision $decision and is downing [${nodesToDown.map(_.address).mkString(", ")}]${if (downMyself) " including myself,"
s"SBR took decision $decision and is downing [${nodesToDown.map(_.address).mkString(", ")}]${if (downMyself) " including myself"
else ""}, " +
s"[${strategy.unreachable.size}] unreachable of [${strategy.members.size}] members" +
indirectlyConnectedLogMessage +
Expand Down

0 comments on commit 0943563

Please sign in to comment.