Ignore:
Timestamp:
Dec 11, 2008 3:26:58 PM (4 years ago)
Author:
aymeric <aymeric@…>
Branch:
default
Message:

Improve log

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@200 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/mediastreamer2/src/mscommon.c

    r145 r197  
    299299        SetErrorMode (em); 
    300300        if (os_handle==NULL) 
    301             ms_warning("Fail to load plugin %s :", szPluginFile);  
     301            ms_warning("Fail to load plugin %s", szPluginFile);  
    302302        else 
    303303        { 
     
    311311                        if (initroutine!=NULL){ 
    312312                                initroutine(); 
    313                                 ms_message("Plugin loaded."); 
     313                                ms_message("Plugin loaded (%s)", szPluginFile); 
    314314                                num++; 
    315315                        }else{ 
     
    383383                                        init_func_t func=(init_func_t)initroutine; 
    384384                                        func(); 
    385                                         ms_message("Plugin loaded."); 
     385                                        ms_message("Plugin loaded (%s)", fullpath); 
    386386                                        num++; 
    387387                                }else{ 
Note: See TracChangeset for help on using the changeset viewer.