Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snseventd
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTDI Middleware
snseventd
Commits
0f5b3efa
Commit
0f5b3efa
authored
4 years ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
9560075f
No related branches found
No related tags found
No related merge requests found
Pipeline
#92181
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snseventd.py
+1
-1
1 addition, 1 deletion
snseventd.py
with
1 addition
and
1 deletion
snseventd.py
+
1
−
1
View file @
0f5b3efa
...
...
@@ -70,9 +70,9 @@ def printLog(msg, level=loglevels.ERROR):
logFile
=
sys
.
stdout
if
level
==
loglevels
.
DEBUG
:
levelname
=
"
DEBUG
"
if
not
DEBUG
:
return
levelname
=
"
DEBUG
"
elif
level
==
loglevels
.
INFO
:
levelname
=
"
INFO
"
elif
level
==
loglevels
.
WARN
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment