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
f4971473
Commit
f4971473
authored
Apr 10, 2013
by
Ghislain MARY
Browse files
Fix compilation.
parent
c764afab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
coreapi/linphonecore.c
coreapi/linphonecore.c
+0
-5
No files found.
coreapi/linphonecore.c
View file @
f4971473
...
@@ -418,11 +418,6 @@ void linphone_core_set_log_file(FILE *file) {
...
@@ -418,11 +418,6 @@ void linphone_core_set_log_file(FILE *file) {
void
linphone_core_set_log_level
(
OrtpLogLevel
loglevel
)
{
void
linphone_core_set_log_level
(
OrtpLogLevel
loglevel
)
{
ortp_set_log_level_mask
(
loglevel
);
ortp_set_log_level_mask
(
loglevel
);
if
(
loglevel
==
0
)
{
sal_disable_logs
();
}
else
{
sal_enable_logs
();
}
}
}
/**
/**
...
...
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