]> sjero.net Git - linphone/commitdiff
Print version of linphone core on initialization.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 23 Oct 2012 13:29:25 +0000 (15:29 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 23 Oct 2012 13:29:48 +0000 (15:29 +0200)
coreapi/linphonecore.c

index c073805021e5c72f4e2319a12fc17b512582be17..b5f35d59d96b5dfd8cfd7baa8589bc134d72e710 100644 (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;