tiny change to log message.

This commit is contained in:
Jan Mußler 2020-10-27 21:08:50 +01:00
parent 30cd4edd09
commit e3f32d20e5
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ func (c *Cluster) installLookupFunction(poolerSchema, poolerUser string) error {
continue
}
c.logger.Infof("Install pooler lookup function into %s", dbname)
c.logger.Infof("install pooler lookup function into database '%s'", dbname)
// golang sql will do retries couple of times if pq driver reports
// connections issues (driver.ErrBadConn), but since our query is