Vladislav Yarmak hai 1 ano
pai
achega
93d76d5576
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/client.go

+ 1 - 1
client/client.go

@@ -105,7 +105,7 @@ func (client *Client) serve(conn net.Conn) {
 
 	remoteConn, err = dtls.ClientWithContext(dialCtx, remoteConn, client.dtlsConfig)
 	if err != nil {
-		log.Printf("DTL handshake with remote server failed: %v", err)
+		log.Printf("DTLS handshake with remote server failed: %v", err)
 		return
 	}