Fix the error reporting.
This commit is contained in:
parent
2e226dee26
commit
831ebb1f32
|
|
@ -654,7 +654,7 @@ func (c *Cluster) initHumanUsers() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, present := c.pgUsers[username]; present {
|
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{
|
c.pgUsers[username] = spec.PgUser{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue