mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
publish.py: log roothash in base32, not binary
Closes ticket:1800
This commit is contained in:
parent
b88d8b0b3e
commit
45adde7180
@ -1135,7 +1135,7 @@ class Publish:
|
||||
" format %d" % version)
|
||||
else:
|
||||
msg += " but testv reported #%d:R=%s" % \
|
||||
(other_seqnum, other_roothash)
|
||||
(other_seqnum, base32.b2a(other_roothash)[:4])
|
||||
self.log(msg, parent=lp, level=log.NOISY)
|
||||
# if expected_version==None, then we didn't expect to see a
|
||||
# share on that server, and the 'surprise_shares' clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user