mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 19:51:41 +00:00
derp/derphttp: remove a redundant log message
This commit is contained in:
parent
1d3f45f9be
commit
e749377a56
@ -18,7 +18,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
@ -144,7 +143,6 @@ func (c *Client) connect(ctx context.Context, caller string) (client *derp.Clien
|
|||||||
hostOrIP := host
|
hostOrIP := host
|
||||||
|
|
||||||
var d net.Dialer
|
var d net.Dialer
|
||||||
log.Printf("Dialing: %q", net.JoinHostPort(host, urlPort(c.url)))
|
|
||||||
|
|
||||||
if c.DNSCache != nil {
|
if c.DNSCache != nil {
|
||||||
ip, err := c.DNSCache.LookupIP(ctx, host)
|
ip, err := c.DNSCache.LookupIP(ctx, host)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user