Skip to content

Commit 64ed126

Browse files
committed
Fix[MQB]: typo in mqbc_electorinfo.cpp
Signed-off-by: Jean-Louis Leroy <[email protected]>
1 parent cd1dd22 commit 64ed126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/mqb/mqbc/mqbc_electorinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ ElectorInfo& ElectorInfo::setElectorInfo(mqbnet::ElectorState::Enum state,
195195

196196
mqbnet::ClusterNode* oldLeader = d_leaderNode_p;
197197

198-
BALL_LOG_INFO << "#ELECTOR_INFO: tranisition old leader: "
198+
BALL_LOG_INFO << "#ELECTOR_INFO: transition old leader: "
199199
<< (oldLeader ? oldLeader->nodeDescription() : "** NULL **")
200200
<< ", status: " << d_leaderStatus
201201
<< ", LSN: " << d_leaderMessageSequence << " to new leader: "

0 commit comments

Comments
 (0)