Changeset 4714 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Jan 23, 2014 8:15:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r4712 r4714 2572 2572 dest, PJ_EINVAL); 2573 2573 2574 PJ_LOG(4,(THIS_FILE, "Transfer ing call %d to %.*s", call_id,2574 PJ_LOG(4,(THIS_FILE, "Transferring call %d to %.*s", call_id, 2575 2575 (int)dest->slen, dest->ptr)); 2576 2576 pj_log_push_indent(); … … 2653 2653 PJ_EINVAL); 2654 2654 2655 PJ_LOG(4,(THIS_FILE, "Transfer ing call %d replacing with call %d",2655 PJ_LOG(4,(THIS_FILE, "Transferring call %d replacing with call %d", 2656 2656 call_id, dest_call_id)); 2657 2657 pj_log_push_indent();
Note: See TracChangeset
for help on using the changeset viewer.