Skip to content

Commit

Permalink
Fix typo in logging (#5151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Jul 23, 2021
1 parent 8d81e5e commit fb9a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Cluster/ClusterDaemon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ public void InitJoin()
else
{
// TODO: add config checking
_cluster.LogInfo("Sending InitJoinNack message from node [{0}] to [{1}]", SelfUniqueAddress.Address,
_cluster.LogInfo("Sending InitJoinAck message from node [{0}] to [{1}]", SelfUniqueAddress.Address,
Sender);
Sender.Tell(new InternalClusterAction.InitJoinAck(_cluster.SelfAddress));
}
Expand Down

0 comments on commit fb9a2d5

Please sign in to comment.