debug
This commit is contained in:
2
ttd.go
2
ttd.go
@@ -172,7 +172,7 @@ func (s *ServerTTD) Poll(stop chan struct{}) {
|
||||
break
|
||||
}
|
||||
n, err = reader.Read(buffer[read:])
|
||||
logErrorDebug(err, "Server.Poll() : reader.Read")
|
||||
failError(err, "Server.Poll() : reader.Read")
|
||||
read += n
|
||||
//logInfoDebug("Server.Poll() : waiting for packet, read %d bytes.", read)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user