Opened at 2012-09-04T23:32:44Z
Last modified at 2014-09-02T20:36:17Z
#1800 closed defect
storage indices are sometimes logged as binary — at Initial Version
Reported by: | davidsarah | Owned by: | zooko |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.1 |
Component: | code-mutable | Version: | 1.9.2 |
Keywords: | logging mutable usability easy | Cc: | |
Launchpad Bug: |
Description
In 1670#comment:19, there's an incident log that contains binary storage indices in the (human-readable) log message. They should be zbase32.
The offending code starts at src/allmydata/mutable/publish.py@5585#L1129, but the bug is on line 1138 (it should be base32.b2a(other_roothash)).
Note: See
TracTickets for help on using
tickets.