Skip to content

Commit 457e2c9

Browse files
author
Max Maximov
committed
#389: fix linter issues
1 parent 865fc53 commit 457e2c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pool/connection_pool.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,8 @@ func (p *ConnectionPool) controller(ctx context.Context, e *endpoint) {
14261426
// if ro/rw was updated.
14271427
if e.conn == nil {
14281428
if err = p.tryConnect(ctx, e); err != nil {
1429-
log.Printf("tarantool: reopen connection to %s failed: %s\n", e.name, err)
1429+
log.Printf("tarantool: reopen connection to %s failed: %s\n",
1430+
e.name, err)
14301431
}
14311432
} else if !e.conn.ClosedNow() {
14321433
p.updateConnection(e)

0 commit comments

Comments
 (0)