X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFET.py;h=cfc207961760353a84698826a9d314003f2840b9;hp=63e38e984c1e2b8d35f69e5c79c02a18acc79338;hb=c9fa78dd91736cd5004d23fd9535c30be4f978ff;hpb=166ecd9b06d0fd98ad69379f5b0d91c755adff2b diff --git a/client/GoodFET.py b/client/GoodFET.py index 63e38e9..cfc2079 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -103,7 +103,7 @@ class GoodFET: #Debugging string; print, but wait. if self.app==0xFF and self.verb==0xFF: - print "DEBUG %s" % self.serialport.read(self.count); + print "# DEBUG %s" % self.serialport.read(self.count); else: self.data=self.serialport.read(self.count); return self.data;