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:
@ -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
|
||||
|
Reference in New Issue
Block a user