# HG changeset patch # User Laurent Bessard # Date 1361383210 -3600 # Node ID 04205032298ba3ba5d47b79cca2b005aff485d50 # Parent 41616a8c80a7195f91e1c7631c53ac89673be700 Fixed socket communication debugging mechanism diff -r 41616a8c80a7 -r 04205032298b 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 ""