Changeset 5983 for pjproject/trunk/pjnath/src/pjnath/nat_detect.c
- Timestamp:
- May 9, 2019 7:47:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/nat_detect.c
r5833 r5983 582 582 } 583 583 584 PJ_ LOG(5,(sess->pool->obj_name, "Completed %s, status=%d",585 test_names[test_id], status));584 PJ_PERROR(5,(sess->pool->obj_name, status, "Completed %s", 585 test_names[test_id])); 586 586 587 587 sess->result[test_id].complete = PJ_TRUE;
Note: See TracChangeset
for help on using the changeset viewer.