mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Spell "error" properly (#6418)
This commit is contained in:
parent
9f8b2e2a66
commit
98d84f77ce
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Master:
|
|||
if isinstance(exc, OSError) and exc.errno == 10038:
|
||||
return # suppress https://bugs.python.org/issue43253
|
||||
logger.error(
|
||||
"Unhandled errror in task.",
|
||||
"Unhandled error in task.",
|
||||
exc_info=(type(exc), exc, exc.__traceback__),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue