X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFET.py;h=3bea6020c04f230652a4b355f7933bdff6e3be34;hp=777fff77ba0edce649617a8d417ba84b8aac1269;hb=733f21c20c5bd8db5a79c54f816072fd18f43aa2;hpb=bc50663c307b7b8b132a783169af665da8b32cd1 diff --git a/client/GoodFET.py b/client/GoodFET.py index 777fff7..3bea602 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -122,7 +122,7 @@ class GoodFET: clocking=self.monitorclocking(); for foo in range(1,30): if not self.monitorecho(): - if verbose: print "Comm error on %i try, resyncing out of %s." % (foo, + if self.verbose: print "Comm error on %i try, resyncing out of %s." % (foo, clocking); connected=0; break;