Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
a7de165a
Commit
a7de165a
authored
Oct 07, 2013
by
npzacs
Browse files
Added missing debug_mask default initialization
parent
7fcf05e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/logging.c
View file @
a7de165a
...
...
@@ -45,6 +45,7 @@ void aacs_debug(const char *file, int line, uint32_t mask, const char *format, .
if
(
!
debug_init
)
{
debug_init
=
1
;
logfile
=
stderr
;
debug_mask
=
DBG_CRIT
;
char
*
env
=
NULL
;
if
((
env
=
getenv
(
"AACS_DEBUG_MASK"
)))
...
...
Write
Preview
Markdown
is supported
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