Skip to content

Commit 25ed922

Browse files
authored
Merge pull request #644 from marcbachmann/master-1
Fix `operator` typo in log message
2 parents bb8eed1 + 57d0524 commit 25ed922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/redisfailover/service/check.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ func (r *RedisFailoverChecker) CheckIfMasterLocalhost(rFailover *redisfailoverv1
184184
}
185185
}
186186
if lhmaster == len(redisIps) {
187-
r.logger.Infof("all available redis configured localhost as master , opertor must heal")
187+
r.logger.Infof("all available redis configured localhost as master , operator must heal")
188188
return true, nil
189189
}
190-
r.logger.Infof("atleast one pod does not have localhost as master , opertor should not heal")
190+
r.logger.Infof("atleast one pod does not have localhost as master , operator should not heal")
191191
return false, nil
192192
}
193193

0 commit comments

Comments
 (0)