Changeset 2725 for pjproject/trunk
- Timestamp:
- May 30, 2009 9:23:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/conf_switch.c
r2724 r2725 568 568 for (k=0; k < conf->ports[j]->listener_cnt; ++k) { 569 569 if (conf->ports[j]->listener_slots[k] == sink_slot) { 570 PJ_LOG(4,(THIS_FILE, "Connection [%d->%d] is " 571 "disconnected forcedly for the new " 572 "connection [%d->%d]", 570 PJ_LOG(2,(THIS_FILE, "Connection [%d->%d] is " 571 "disconnected for new connection [%d->%d]", 573 572 j, sink_slot, src_slot, sink_slot)); 574 573 pjmedia_conf_disconnect_port(conf, j, sink_slot);
Note: See TracChangeset
for help on using the changeset viewer.