增加log

This commit is contained in:
lwch
2021-08-23 16:45:33 +08:00
parent d3aa9ba32d
commit c994ff5088
+1
View File
@@ -65,6 +65,7 @@ func (p *Pool) handleDisconnect(data *network.Disconnect) {
p.RUnlock()
if link != nil {
logging.Info("disconnect link %s from remote", id)
link.Close()
}
}