connectors/LPC/LPCProto.py
changeset 576 7fcdc0d3d8d9
parent 571 427bf9130d12
--- a/connectors/LPC/LPCProto.py	Thu Feb 17 17:34:29 2011 +0100
+++ b/connectors/LPC/LPCProto.py	Fri Feb 18 12:29:48 2011 +0100
@@ -9,7 +9,7 @@
                 self.msg = msg
 
         def __str__(self):
-                return "LPC communication error ! " + str(self.msg)
+                return "Exception in PLC protocol : " + str(self.msg)
 
 class LPCProto:
     def __init__(self, port, rate, timeout):