Add log message
This commit is contained in:
parent
6c2b9d7636
commit
3d2bf7d4f6
@ -220,6 +220,7 @@ func (t *tun) monitor() {
|
||||
if len(delLinks) > 0 {
|
||||
t.Lock()
|
||||
for _, node := range delLinks {
|
||||
log.Debugf("Tunnel deleting dead link for %s", node)
|
||||
link := t.links[node]
|
||||
link.Close()
|
||||
delete(t.links, node)
|
||||
|
Loading…
Reference in New Issue
Block a user