Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
cbebf254
Commit
cbebf254
authored
May 11, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed compil issue
parent
989da9f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/lpconfig.c
View file @
cbebf254
...
...
@@ -519,7 +519,9 @@ static void xml2lpc_callback(void *ctx, xml2lpc_log_level level, const char *fmt
case
XML2LPC_DEBUG
:
bctbx_level
=
BCTBX_LOG_DEBUG
;
break
;
case
XML2LPC_MESSAGE
:
bctbx_level
=
BCTBX_LOG_MESSAGE
;
break
;
case
XML2LPC_WARNING
:
bctbx_level
=
BCTBX_LOG_WARNING
;
break
;
case
XML2LPC_ERROR
:
bctbx_level
=
BCTBX_LOG_ERROR
;
break
;
case
XML2LPC_ERROR
:
default:
bctbx_level
=
BCTBX_LOG_ERROR
;
break
;
}
bctbx_logv
(
BCTBX_LOG_DOMAIN
,
bctbx_level
,
fmt
,
list
);
}
...
...
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