Skip to content

Commit

Permalink
Make an error message more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Dec 1, 2017
1 parent 9933120 commit 5a2a517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/cluster.go
Expand Up @@ -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
Expand Down

0 comments on commit 5a2a517

Please sign in to comment.