Skip to content

Commit

Permalink
Update internal/networkio/dialer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 10, 2024
1 parent ff24563 commit f7db29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/networkio/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (d *Dialer) DialContext(ctx context.Context, network, address string) (Fram
return nil, err
}

d.logger.Infof("connected to %s/%s", address, network)
d.logger.Debugf("networkio: connected to %s/%s", address, network)

// make sure the conn has close once semantics
conn = newCloseOnceConn(conn)
Expand Down

0 comments on commit f7db29c

Please sign in to comment.