mirror of
https://github.com/lwch/natpass
synced 2025-10-18 02:40:37 +08:00
修正log显示问题
This commit is contained in:
@@ -41,7 +41,7 @@ func (h *Handler) Handle(conn net.Conn) {
|
||||
logging.Error("invalid handshake from %s", c.RemoteAddr().String())
|
||||
return
|
||||
}
|
||||
logging.Error("read handshake from %s %d times, err=%v", c.RemoteAddr().String(), err)
|
||||
logging.Error("read handshake from %s %d times, err=%v", c.RemoteAddr().String(), i+1, err)
|
||||
continue
|
||||
}
|
||||
break
|
||||
|
Reference in New Issue
Block a user