Make an error message more verbose.

This commit is contained in:
Oleksii Kliukin 2017-12-01 16:43:08 +01:00
parent 637921cdee
commit 022ce29314
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ func (c *Cluster) initRobotUsers() error {
// avoid overwriting the password if the user is already there. The flags should be
// merged here, but since there is no mechanism to define them for non-robot roles
// they are assigned from the robot user.
c.logger.Debugf("merging user %q data", username)
c.logger.Debugf("merging manifest and infrastructure user %q data", username)
user := c.pgUsers[username]
user.Flags = flags
c.pgUsers[username] = user