controlclient: remove common log on very quiet nodes
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>pull/203/head
parent
f9cc4e8f53
commit
13eed1e88b
|
@ -542,7 +542,6 @@ func (c *Direct) PollNetMap(ctx context.Context, maxPolls int, cb func(*NetworkM
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if resp.KeepAlive {
|
if resp.KeepAlive {
|
||||||
c.logf("map response keep alive received")
|
|
||||||
timeoutReset <- struct{}{}
|
timeoutReset <- struct{}{}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue