Print version of linphone core on initialization.

This commit is contained in:
Ghislain MARY 2012-10-23 15:29:25 +02:00
parent a349f79930
commit 7a4fe14387

View file

@ -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;