Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
e6c86096
Commit
e6c86096
authored
Apr 18, 2018
by
Matt Traudt
Committed by
Matt Traudt
Apr 19, 2018
Browse files
Log circuit build issues at warning not info
parent
d5959e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/circuitbuilder.py
View file @
e6c86096
...
...
@@ -86,7 +86,7 @@ class CircuitBuilder:
try
:
circ_id
=
c
.
new_circuit
(
path
,
await_build
=
True
)
except
(
InvalidRequest
,
CircuitExtensionFailed
)
as
e
:
log
.
info
(
e
)
log
.
warning
(
e
)
continue
self
.
built_circuits
.
add
(
circ_id
)
return
circ_id
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment