publish.py: log roothash in base32, not binary

Closes ticket:1800
This commit is contained in:
Brian Warner 2014-09-02 13:32:59 -07:00
parent b88d8b0b3e
commit 45adde7180

View File

@ -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