[tor-commits] [tor/master] practracker: Fix a typo in a logging function call

teor at torproject.org teor at torproject.org
Tue Nov 26 01:04:54 UTC 2019


commit ab70c315bdd72ee7578b8b8ee4077172e0181f36
Author: teor <teor at torproject.org>
Date:   Tue Nov 26 09:27:29 2019 +1000

    practracker: Fix a typo in a logging function call
    
    Obviously correct changes to already-reviewed code.
---
 scripts/maint/practracker/includes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maint/practracker/includes.py b/scripts/maint/practracker/includes.py
index 397439b4e..1d43bd58e 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)





More information about the tor-commits mailing list