Capitalization removed.

This commit is contained in:
Jan Mussler 2019-01-07 17:11:55 +01:00
parent c990241ee1
commit 6d71ba72ba
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ func (c *Cluster) MigrateMasterPod(podName spec.NamespacedName) error {
return fmt.Errorf("could not suitable replica candidate for failover: %v", err)
}
} else {
c.logger.Warningf("Migrating single pod cluster %q, migration will cause longer downtime of the postgres cluster until rescheduled", c.clusterName())
c.logger.Warningf("migrating single pod cluster %q, migration will cause longer downtime of the postgres cluster until rescheduled", c.clusterName())
}
// there are two cases for each postgres cluster that has its master pod on the node to migrate from: