forked from mirrors/linphone-iphone
fix output of traces comming from bctbx tester framework
This commit is contained in:
parent
a322fb9a42
commit
8d7b79f3bb
1 changed files with 1 additions and 3 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue