mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Print version of linphone core on initialization.
This commit is contained in:
parent
a349f79930
commit
7a4fe14387
1 changed files with 1 additions and 0 deletions
|
|
@ -1099,6 +1099,7 @@ static void misc_config_read (LinphoneCore *lc) {
|
|||
static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vtable, const char *config_path,
|
||||
const char *factory_config_path, void * userdata)
|
||||
{
|
||||
ms_message("Initializing LinphoneCore %s", linphone_core_get_version());
|
||||
memset (lc, 0, sizeof (LinphoneCore));
|
||||
lc->data=userdata;
|
||||
lc->ringstream_autorelease=TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue