- Timestamp:
- Mar 28, 2007 8:17:04 PM (18 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/srv_resolver.c
r1102 r1113 632 632 if (status != PJ_SUCCESS) { 633 633 char errmsg[PJ_ERR_MSG_SIZE]; 634 PJ_UNUSED_ARG(errmsg); 634 635 PJ_LOG(4,(query_job->objname, 635 636 "DNS %s record resolution error for '%.*s'." -
pjproject/trunk/pjnath/src/pjnath/ice_session.c
r1112 r1113 686 686 687 687 #else 688 #define dump_checklist( ice, clist)688 #define dump_checklist(title, ice, clist) 689 689 #endif 690 690
Note: See TracChangeset
for help on using the changeset viewer.