Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ef2281

Browse files
Alexander Kuzmenkovkelvich
Alexander Kuzmenkov
authored andcommitted
Message fixes from Liudmila
1 parent a0fc686 commit 4ef2281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

state.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ MtmSetClusterStatus(MtmNodeStatus status, char *statusReason)
6868

6969
Mtm->nConfigChanges += 1; /* this will restart backends */
7070

71-
MTM_LOG1("[STATE] Switching status from %s to %s status: %s",
71+
MTM_LOG1("[STATE] Switching status from %s to %s: %s",
7272
MtmNodeStatusMnem[Mtm->status], MtmNodeStatusMnem[status],
7373
statusReason);
7474

@@ -142,7 +142,7 @@ MtmCheckState(void)
142142
ENABLE_IF(nConnected == Mtm->nAllNodes/2 && Mtm->refereeGrant,
143143
"node has a referee grant");
144144
DISABLE_IF(!BIT_CHECK(Mtm->clique, MtmNodeId-1) && !Mtm->refereeGrant,
145-
"node is not in clique and has no referree grant");
145+
"node is not in clique and has no referee grant");
146146
DISABLE_IF(BIT_CHECK(Mtm->stoppedNodeMask, MtmNodeId-1),
147147
"node is stopped manually");
148148

0 commit comments

Comments
 (0)