Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LeoD
EDuke32
Commits
f7e65ee3
Commit
f7e65ee3
authored
Apr 22, 2022
by
Richard Gobeille
Browse files
engine: add forgotten "PR" loguru verbosity label
parent
2153bbf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/baselayer.cpp
View file @
f7e65ee3
...
...
@@ -187,6 +187,8 @@ const char *engineVerbosityCallback(loguru::Verbosity verbosity)
return
"INPT"
;
case
LOG_NET
:
return
"NET"
;
case
LOG_PR
:
return
"PR"
;
case
LOG_DEBUG
:
return
"DBG"
;
}
...
...
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