projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00b880
)
mutable.py: oops, our logging wrappers can't take posargs yet
author
Brian Warner
<warner@allmydata.com>
Wed, 19 Dec 2007 06:36:16 +0000
(23:36 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 19 Dec 2007 06:36:16 +0000
(23:36 -0700)
src/allmydata/mutable.py
patch
|
blob
|
history
diff --git
a/src/allmydata/mutable.py
b/src/allmydata/mutable.py
index 6743ee4ef740f66cf9f1204991fa23ecf96d323e..5d785a0e405890ec52138e96c4be9543a2ca1d73 100644
(file)
--- a/
src/allmydata/mutable.py
+++ b/
src/allmydata/mutable.py
@@
-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):