mirror of
https://github.com/onyx-and-iris/q3rcon-proxy.git
synced 2026-04-07 23:53:30 +00:00
log errors - error handling still bad
rename folder
This commit is contained in:
@@ -48,6 +48,7 @@ func (s *Session) proxyFrom(buf []byte) error {
|
||||
s.updateTime = time.Now()
|
||||
_, err := s.proxyConn.WriteToUDP(buf, s.caddr)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user