mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +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
@ -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…
Reference in New Issue
Block a user