Changeset 2338 for pjproject/trunk/pjnath/src/pjnath-test/test.c
- Timestamp:
- Oct 1, 2008 9:58:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/test.c
r1988 r2338 145 145 pj_pool_factory *mem; 146 146 147 int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME | 148 PJ_LOG_HAS_MICRO_SEC; 147 149 148 150 static int test_inner(void) … … 155 157 #if 1 156 158 pj_log_set_level(3); 157 pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME | 158 PJ_LOG_HAS_MICRO_SEC); 159 pj_log_set_decor(param_log_decor); 159 160 #endif 160 161
Note: See TracChangeset
for help on using the changeset viewer.