aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/practracker/includes.py
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-26 09:27:29 +1000
committerteor <teor@torproject.org>2019-11-26 11:01:34 +1000
commitab70c315bdd72ee7578b8b8ee4077172e0181f36 (patch)
treefed2a884ec2773a16f9e68251f1a3e6fbd4820bb /scripts/maint/practracker/includes.py
parent2a71a58d4ff1a0a55aac68f483be1ce12bb48488 (diff)
downloadtor-ab70c315bdd72ee7578b8b8ee4077172e0181f36.tar.gz
tor-ab70c315bdd72ee7578b8b8ee4077172e0181f36.zip
practracker: Fix a typo in a logging function call
Obviously correct changes to already-reviewed code.
Diffstat (limited to 'scripts/maint/practracker/includes.py')
-rwxr-xr-xscripts/maint/practracker/includes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/includes.py b/scripts/maint/practracker/includes.py
index 397439b4ef..1d43bd58e8 100755
--- a/scripts/maint/practracker/includes.py
+++ b/scripts/maint/practracker/includes.py
@@ -235,7 +235,7 @@ def run_check_includes(topdir, list_unused=False, log_sorted_levels=False,
trouble = True
if trouble:
- err(
+ warn(
"""To change which includes are allowed in a C file, edit the {}
files in its enclosing directory.""".format(RULES_FNAME))
sys.exit(1)