Fix the error reporting.

This commit is contained in:
Oleksii Kliukin 2017-11-27 17:23:22 +01:00
parent 2e226dee26
commit 831ebb1f32
1 changed files with 1 additions and 1 deletions

View File

@ -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{