add version number to server log

This commit is contained in:
Lucas Clemente 2016-05-15 14:39:36 +02:00
parent 916f244cc6
commit 0743c0824f

View file

@ -119,7 +119,7 @@ func (s *Server) handlePacket(conn *net.UDPConn, remoteAddr *net.UDPAddr, packet
s.sessionsMutex.RUnlock()
if !ok {
utils.Infof("Serving new connection: %x from %v", publicHeader.ConnectionID, remoteAddr)
utils.Infof("Serving new connection: %x, version %d from %v", publicHeader.ConnectionID, publicHeader.VersionNumber, remoteAddr)
session = s.newSession(
&udpConn{conn: conn, currentAddr: remoteAddr},
publicHeader.VersionNumber,