mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Comment out a debug log
This commit is contained in:
parent
ec2c5ab937
commit
f98c3adf2f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class DelugeRPCProtocol(Protocol):
|
||||||
try:
|
try:
|
||||||
request = rencode.loads(dobj.decompress(data))
|
request = rencode.loads(dobj.decompress(data))
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.debug("Received possible invalid message (%r): %s", data, e)
|
#log.debug("Received possible invalid message (%r): %s", data, e)
|
||||||
# This could be cut-off data, so we'll save this in the buffer
|
# This could be cut-off data, so we'll save this in the buffer
|
||||||
# and try to prepend it on the next dataReceived()
|
# and try to prepend it on the next dataReceived()
|
||||||
self.__buffer = data
|
self.__buffer = data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue