mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
upload: fix typo in debug messages
This commit is contained in:
parent
ccdc2622d4
commit
453f0b47e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user