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:
7e4ca29
)
upload: add log message when AssistedUploader is done
author
Brian Warner
<warner@allmydata.com>
Wed, 30 Jan 2008 00:38:12 +0000
(17:38 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 30 Jan 2008 00:38:12 +0000
(17:38 -0700)
src/allmydata/upload.py
patch
|
blob
|
history
diff --git
a/src/allmydata/upload.py
b/src/allmydata/upload.py
index 93042da68e8aaba35c2bf3a99422cd52b2dfdb71..35d86a19835f683da50b8cd546e2056a5adcda5a 100644
(file)
--- a/
src/allmydata/upload.py
+++ b/
src/allmydata/upload.py
@@
-845,6
+845,7
@@
class AssistedUploader:
return upload_results
def _build_readcap(self, upload_results):
+ self.log("upload finished, building readcap")
ur = upload_results
u = uri.CHKFileURI(key=self._key,
uri_extension_hash=ur['uri_extension_hash'],