Changeset 2696


Ignore:
Timestamp:
May 12, 2009 6:22:16 PM (15 years ago)
Author:
bennylp
Message:

Minor (#838): should not print sound device creation to the log when the conference bridge is created with PJMEDIA_CONF_NO_DEVICE (thanks Fabio Cherchi for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/conference.c

    r2582 r2696  
    504504            pj_strdup2_with_null(pool, &conf_port->name, snd_dev_info.name); 
    505505        } 
     506 
     507        PJ_LOG(5,(THIS_FILE, "Sound device successfully created for port 0")); 
    506508    } 
    507509 
     
    511513    conf->port_cnt++; 
    512514 
    513  
    514     PJ_LOG(5,(THIS_FILE, "Sound device successfully created for port 0")); 
    515515    return PJ_SUCCESS; 
    516516} 
Note: See TracChangeset for help on using the changeset viewer.