mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce). Closes #19576
This commit is contained in:
parent
ad35ecba97
commit
1e1ec7f6c2
46 changed files with 126 additions and 113 deletions
|
|
@ -323,7 +323,7 @@ def setup_logging(options):
|
|||
handler.setLevel(logging.DEBUG)
|
||||
root_logger.addHandler(handler)
|
||||
else:
|
||||
# The logfile wasn't specified. Add a stdout logger.
|
||||
# The logfile was not specified. Add a stdout logger.
|
||||
add_stdout = True
|
||||
|
||||
if options.verbose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue