lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed socket communication debugging mechanism
2013-02-20, Laurent Bessard
5122cd9373bd
Parents
d7a77fa42d15
Children
dfafb4c1e970
Fixed socket communication debugging mechanism
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
LPCManager.py
--- a/LPCManager.py Wed Feb 20 18:46:26 2013 +0100
+++ b/LPCManager.py Wed Feb 20 19:00:10 2013 +0100
@@ -1814,7 +1814,7 @@
if idx != -1:
line = self.Buffer[:idx+1]
self.Buffer = self.Buffer[idx+1:]
- if True:#BMZ_DBG:
+ if BMZ_DBG:
print "command >"+line+str(len(line))
return line
return ""