upload: fix typo in debug messages

This commit is contained in:
Brian Warner 2007-01-16 19:42:28 -07:00
parent ccdc2622d4
commit 453f0b47e4

View 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)