Changeset 28 for pjproject/main/pjlib/src/pjlib-test/exception.c
- Timestamp:
- Nov 7, 2005 9:58:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/src/pjlib-test/exception.c
r6 r28 141 141 142 142 for (i=0; i<LOOP; ++i) { 143 if ((rc=test()) != 0) 143 if ((rc=test()) != 0) { 144 PJ_LOG(3,("", "...failed at i=%d (rc=%d)", i, rc)); 144 145 return rc; 146 } 145 147 } 146 148 return 0;
Note: See TracChangeset
for help on using the changeset viewer.