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
3ec93042
Commit
3ec93042
authored
Apr 16, 2018
by
Matt Traudt
Committed by
Matt Traudt
Apr 16, 2018
Browse files
Bump from error to critical
parent
e8a22122
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/globals.py
View file @
3ec93042
...
...
@@ -37,7 +37,7 @@ def is_initted(d):
def
fail_hard
(
*
a
,
**
kw
):
''' Optionally log something to stdout ... and then exit as fast as
possible '''
log
.
error
(
*
a
,
**
kw
)
log
.
critical
(
*
a
,
**
kw
)
exit
(
1
)
...
...
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