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
8d7b79f3
Commit
8d7b79f3
authored
Aug 24, 2017
by
jehan
Browse files
fix output of traces comming from bctbx tester framework
parent
a322fb9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
tester/liblinphone_tester.c
tester/liblinphone_tester.c
+1
-3
No files found.
tester/liblinphone_tester.c
View file @
8d7b79f3
...
...
@@ -167,9 +167,7 @@ static void log_handler(int lev, const char *fmt, va_list args) {
#endif
va_end
(
cap
);
#endif
if
(
log_file
){
ortp_logv_out
(
ORTP_LOG_DOMAIN
,
lev
,
fmt
,
args
);
}
bctbx_logv
(
ORTP_LOG_DOMAIN
,
lev
,
fmt
,
args
);
}
void
liblinphone_tester_init
(
void
(
*
ftester_printf
)(
int
level
,
const
char
*
fmt
,
va_list
args
))
{
...
...
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