From 2b5d3be3c8dd109995b7cf15c3595238d8ebec1a Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 6 Sep 2018 11:56:29 -0600 Subject: [PATCH] convert XXX comment to ticket --- src/allmydata/node.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/allmydata/node.py b/src/allmydata/node.py index 6f1dc62c2..02fa85835 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -758,7 +758,8 @@ class Node(service.MultiService): _assert(os.path.dirname(test_name) == tempdir, test_name, tempdir) os.close(temp_fd) # avoid leak of unneeded fd - # XXX probably want to pull this outside too? + # pull this outside of Node's __init__ too, see: + # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2948 def create_log_tub(self): # The logport uses a localhost-only ephemeral Tub, with no control # over the listening port or location. This might change if we