Merge branch 'log-listener-ipaddr' of RLabs/xs into master

This commit is contained in:
Russtopia 2024-05-01 23:48:18 -07:00 committed by Gogs
commit aa33a3b8a0
1 changed files with 1 additions and 1 deletions

View File

@ -1115,7 +1115,7 @@ func (hl *HKExListener) Accept() (hc Conn, err error) {
return Conn{}, err
}
logger.LogDebug(fmt.Sprintln("[net.Listener Accepted]"))
logger.LogDebug(fmt.Sprintf("[net.Listener Accepted %v]\n", c.RemoteAddr()))
}
// Read KEx alg proposed by client
var kexAlg KEXAlg