mirror of
https://github.com/onyx-and-iris/q3rcon.git
synced 2026-09-04 10:04:31 +00:00
upd connection info log
This commit is contained in:
3
conn.go
3
conn.go
@@ -3,8 +3,6 @@ package q3rcon
|
||||
import (
|
||||
"fmt"
|
||||
"net"
|
||||
|
||||
"github.com/charmbracelet/log"
|
||||
)
|
||||
|
||||
type UDPConn struct {
|
||||
@@ -20,7 +18,6 @@ func newUDPConn(host string, port int) (*UDPConn, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Infof("Outgoing address %s", conn.RemoteAddr())
|
||||
|
||||
return &UDPConn{
|
||||
conn: conn,
|
||||
|
||||
Reference in New Issue
Block a user