mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix incorrectly formatted log.
This commit is contained in:
parent
aa91757d50
commit
5103872027
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ void v_table_reference_destroy(VTableReference *ref){
|
|||
}
|
||||
|
||||
void _linphone_core_add_listener(LinphoneCore *lc, LinphoneCoreVTable *vtable, bool_t autorelease, bool_t internal) {
|
||||
ms_message("Vtable [%p] registered on core [%p]",lc,vtable);
|
||||
ms_message("Vtable [%p] registered on core [%p]",vtable, lc);
|
||||
lc->vtable_refs=ms_list_append(lc->vtable_refs,v_table_reference_new(vtable, autorelease, internal));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue