File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ MtmSetClusterStatus(MtmNodeStatus status, char *statusReason)
68
68
69
69
Mtm -> nConfigChanges += 1 ; /* this will restart backends */
70
70
71
- MTM_LOG1 ("[STATE] Switching status from %s to %s status : %s" ,
71
+ MTM_LOG1 ("[STATE] Switching status from %s to %s: %s" ,
72
72
MtmNodeStatusMnem [Mtm -> status ], MtmNodeStatusMnem [status ],
73
73
statusReason );
74
74
@@ -142,7 +142,7 @@ MtmCheckState(void)
142
142
ENABLE_IF (nConnected == Mtm -> nAllNodes /2 && Mtm -> refereeGrant ,
143
143
"node has a referee grant" );
144
144
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" );
146
146
DISABLE_IF (BIT_CHECK (Mtm -> stoppedNodeMask , MtmNodeId - 1 ),
147
147
"node is stopped manually" );
148
148
You can’t perform that action at this time.
0 commit comments