Changeset 5856
- Timestamp:
- Aug 15, 2018 3:00:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c
r5840 r5856 3669 3669 status = PJ_EINVAL; 3670 3670 } 3671 3672 PJ_PERROR(3,(THIS_FILE, status, "Listener %s restart", 3673 pjsip_transport_get_type_name(tp_info.type))); 3674 3671 3675 if (status != PJ_SUCCESS && (restart_lis_delay > 0)) { 3672 3676 /* Try restarting again, with delay. */ … … 3674 3678 (void*)(pj_size_t)id, 3675 3679 restart_lis_delay); 3680 3681 PJ_LOG(3,(THIS_FILE, "Retry listener %s restart in %d ms", 3682 pjsip_transport_get_type_name(tp_info.type), 3683 restart_lis_delay)); 3684 3685 status = PJ_SUCCESS; 3676 3686 } else { 3677 3687 int i = 0;
Note: See TracChangeset
for help on using the changeset viewer.