From 831ebb1f3288a9736a13df06150a7392a7f96066 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 27 Nov 2017 17:23:22 +0100 Subject: [PATCH] Fix the error reporting. --- pkg/cluster/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/cluster.go b/pkg/cluster/cluster.go index 2abeb5ed7..96c5c21be 100644 --- a/pkg/cluster/cluster.go +++ b/pkg/cluster/cluster.go @@ -654,7 +654,7 @@ func (c *Cluster) initHumanUsers() error { } if _, present := c.pgUsers[username]; present { - c.logger.Warnf("overwriting existing user %q with the data from the teams API") + c.logger.Warnf("overwriting existing user %q with the data from the teams API", username) } c.pgUsers[username] = spec.PgUser{