commit 88cb9113f8853f83289f487f2fcbedee4e008777 Author: Damian Johnson atagar@torproject.org Date: Tue Jul 12 10:09:29 2011 -0700
Logging that exit notice has US sepecific sections
The exit notice has US specific sections with a "FIXME" tag to informing wizard users so they can fix this. --- src/cli/wizard.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/cli/wizard.py b/src/cli/wizard.py index 6caf490..8f3d0d1 100644 --- a/src/cli/wizard.py +++ b/src/cli/wizard.py @@ -354,6 +354,10 @@ def showWizard():
if not os.path.exists(dst): shutil.copytree(src, dst) + + # providing a notice that it has sections specific to us operators + msg = "Exit notice placed at '%s/index.html'. Some of the sections are specific to US relay operators so please change the "FIXME" sections if this is inappropriate." % dst + log.log(log.NOTICE, msg)
if manager.isTorrcAvailable(): # If we're connected to a managed instance then just need to
tor-commits@lists.torproject.org