mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
remove deprecate call to enable_logs_with_callbacks
This commit is contained in:
parent
6993d8c9c2
commit
fa5e44c9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
stderrInUse = YES;
|
||||
}
|
||||
linphone_core_set_log_collection_path([self cacheDirectory].UTF8String);
|
||||
linphone_core_enable_logs_with_cb(linphone_iphone_log_handler);
|
||||
linphone_core_set_log_handler(linphone_iphone_log_handler);
|
||||
linphone_core_enable_log_collection(enabled);
|
||||
if (level == 0) {
|
||||
linphone_core_set_log_level(ORTP_FATAL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue