mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
fix log issue again.
This commit is contained in:
parent
c808560ed5
commit
15739433fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1041,7 +1041,7 @@ void linphone_core_reset_log_collection(void) {
|
|||
|
||||
void linphone_core_enable_logs(FILE *file){
|
||||
if (file==NULL) file=stdout;
|
||||
ortp_set_log_file(file);
|
||||
linphone_core_set_log_file(file);
|
||||
linphone_core_set_log_level(ORTP_MESSAGE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue