mirror of
https://github.com/onyx-and-iris/q3rcon-proxy.git
synced 2025-01-18 00:30:54 +00:00
log errors - error handling still bad
rename folder
This commit is contained in:
parent
5eff7e1c08
commit
37ca09669a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user