connectors/LPC/LPCBootObject.py
changeset 569 37af7286dd65
parent 567 72b51ec5be64
child 571 427bf9130d12
--- a/connectors/LPC/LPCBootObject.py	Tue Feb 01 17:28:41 2011 +0100
+++ b/connectors/LPC/LPCBootObject.py	Thu Feb 03 18:20:47 2011 +0100
@@ -38,7 +38,7 @@
         self.PLCStatus = "Stopped"
     
     def NewPLC(self, md5sum, data, extrafiles):
-        self.successfully_transfered = self.HandleSerialTransaction(LOADTransaction(data))
+        self.successfully_transfered = self.HandleSerialTransaction(LOADTransaction(data, self.PLCprint))
         return self.successfully_transfered
 
     def MatchMD5(self, MD5):