mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
mutable.py: oops, our logging wrappers can't take posargs yet
This commit is contained in:
parent
c00b88025d
commit
22f9e8c55b
@ -711,7 +711,7 @@ class Publish:
|
||||
self._node = filenode
|
||||
self._storage_index = self._node.get_storage_index()
|
||||
self._log_prefix = prefix = idlib.b2a(self._storage_index)[:6]
|
||||
num = self._node._client.log("Publish(%s): starting", prefix)
|
||||
num = self._node._client.log("Publish(%s): starting" % prefix)
|
||||
self._log_number = num
|
||||
|
||||
def log(self, msg):
|
||||
|
Loading…
x
Reference in New Issue
Block a user