4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-03 22:27:47 +00:00

Update ironwood replace

This commit is contained in:
Neil Alexander
2023-03-19 21:44:34 +00:00
parent a148f4cfec
commit 5a243d5b95
4 changed files with 9 additions and 9 deletions

View File

@ -253,7 +253,7 @@ func (l *links) create(conn net.Conn, dial *linkDial, name string, info linkInfo
}
go func() {
if err := intf.handler(dial); err != nil {
//l.core.log.Errorf("Link handler %s error (%s): %s", name, conn.RemoteAddr(), err)
l.core.log.Errorf("Link handler %s error (%s): %s", name, conn.RemoteAddr(), err)
}
}()
return nil