control/controlclient: add missing vlog, for consistency with other sites
parent
b8594dc937
commit
0a50ecbad3
|
@ -516,6 +516,7 @@ func (c *Direct) PollNetMap(ctx context.Context, maxPolls int, cb func(*NetworkM
|
||||||
select {
|
select {
|
||||||
case <-timeout.C:
|
case <-timeout.C:
|
||||||
case <-pollDone:
|
case <-pollDone:
|
||||||
|
vlogf("netmap: ending timeout goroutine")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue