mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
practracker: Fix a typo in a logging function call
Obviously correct changes to already-reviewed code.
This commit is contained in:
parent
2a71a58d4f
commit
ab70c315bd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue