]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
upload: fix typo in debug messages
authorBrian Warner <warner@allmydata.com>
Wed, 17 Jan 2007 02:42:28 +0000 (19:42 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 17 Jan 2007 02:42:28 +0000 (19:42 -0700)
src/allmydata/upload.py

index a754801863e75c2c27408ed8076dc9a61f7fb8bc..844eaab6d6d383d8a473f82cbe0e7ea98da83f25 100644 (file)
@@ -185,7 +185,7 @@ class FileUploader:
                 if self.debug: print " no connection"
                 self.peers_who_had_errors.append(peerid)
             else:
-                if self.debug: print " other error:", res
+                if self.debug: print " other error:", f
                 self.peers_who_had_errors.append(peerid)
                 log.msg("FileUploader._check_peer(%s): err" % shortid(peerid))
                 log.msg(f)