Index: linphone/mediastreamer2/src/mscommon.c
===================================================================
--- linphone/mediastreamer2/src/mscommon.c	(revision 145)
+++ linphone/mediastreamer2/src/mscommon.c	(revision 197)
@@ -299,5 +299,5 @@
         SetErrorMode (em);
         if (os_handle==NULL)
-            ms_warning("Fail to load plugin %s :", szPluginFile); 
+            ms_warning("Fail to load plugin %s", szPluginFile); 
         else
         {
@@ -311,5 +311,5 @@
 			if (initroutine!=NULL){
 				initroutine();
-				ms_message("Plugin loaded.");
+				ms_message("Plugin loaded (%s)", szPluginFile);
 				num++;
 			}else{
@@ -383,5 +383,5 @@
 					init_func_t func=(init_func_t)initroutine;
 					func();
-					ms_message("Plugin loaded.");
+					ms_message("Plugin loaded (%s)", fullpath);
 					num++;
 				}else{
