Update ironwood replace

This commit is contained in:
Neil Alexander 2023-03-19 21:44:34 +00:00
parent a148f4cfec
commit 5a243d5b95
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
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