Fix typo, less verbose socket logging
This commit is contained in:
parent
14cd9315c1
commit
15d8589069
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ class Connection(object):
|
|||
self.server.bytes_sent += len(data)
|
||||
self.sock.sendall(data)
|
||||
except Exception, err:
|
||||
self.close("Send errror: %s" % Debug.formatException(err))
|
||||
self.close("Send error: %s" % err)
|
||||
return False
|
||||
self.last_sent_time = time.time()
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue