diff -r 20a223828a06 -r 37af7286dd65 connectors/LPC/LPCBootObject.py --- 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):