control/controlclient: add missing vlog, for consistency with other sites

This commit is contained in:
Brad Fitzpatrick 2020-04-21 15:35:37 -07:00 committed by Brad Fitzpatrick
parent b8594dc937
commit 0a50ecbad3

View File

@ -516,6 +516,7 @@ func (c *Direct) PollNetMap(ctx context.Context, maxPolls int, cb func(*NetworkM
select {
case <-timeout.C:
case <-pollDone:
vlogf("netmap: ending timeout goroutine")
return
}
}