mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
immutable: Make more parts of download use logging mixins and know what their "parent msg id" is.
This commit is contained in:
@ -361,7 +361,7 @@ class Client(node.Node, pollmixin.PollMixin):
|
||||
else:
|
||||
key = base32.b2a(u.storage_index)
|
||||
cachefile = self.download_cache.get_file(key)
|
||||
node = FileNode(u, self, cachefile) # CHK
|
||||
node = FileNode(u.to_string(), self, cachefile) # CHK
|
||||
else:
|
||||
assert IMutableFileURI.providedBy(u), u
|
||||
node = MutableFileNode(self).init_from_uri(u)
|
||||
|
Reference in New Issue
Block a user