From 6d71ba72ba65b4b53303bf7b9ab7edafcae9f5c2 Mon Sep 17 00:00:00 2001 From: Jan Mussler Date: Mon, 7 Jan 2019 17:11:55 +0100 Subject: [PATCH] Capitalization removed. --- pkg/cluster/pod.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/pod.go b/pkg/cluster/pod.go index 20eeb714b..21a7977c9 100644 --- a/pkg/cluster/pod.go +++ b/pkg/cluster/pod.go @@ -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: