Author: andar
Revision: 5930
Log:
Comment out a debug log
Diff:
Modified: branches/1.2_RC/deluge/core/rpcserver.py
===================================================================
--- branches/1.2_RC/deluge/core/rpcserver.py 2009-11-10 02:45:36 UTC (rev
5929)
+++ branches/1.2_RC/deluge/core/rpcserver.py 2009-11-10 18:28:27 UTC (rev
5930)
@@ -131,7 +131,7 @@
try:
request = rencode.loads(dobj.decompress(data))
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
# and try to prepend it on the next dataReceived()
self.__buffer = data
Modified: trunk/deluge/core/rpcserver.py
===================================================================
--- trunk/deluge/core/rpcserver.py 2009-11-10 02:45:36 UTC (rev 5929)
+++ trunk/deluge/core/rpcserver.py 2009-11-10 18:28:27 UTC (rev 5930)
@@ -131,7 +131,7 @@
try:
request = rencode.loads(dobj.decompress(data))
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
# and try to prepend it on the next dataReceived()
self.__buffer = data
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---