#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)).

Change History (0)

Note: See TracTickets for help on using tickets.