summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-03-22 01:16:37 +0000
committerBenny Prijono <bennylp@teluu.com>2007-03-22 01:16:37 +0000
commit55b9543aa6068f06fbe28bb9ddb3dd5529da580f (patch)
tree885e5af1fb1751c9cf1336002ddbfe8b85d21cd9 /pjnath/src/pjnath-test/test.c
parent8befa349c02d1150d1140aefee97ebb47527da20 (diff)
Completed initial test for ICE
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1094 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/src/pjnath-test/test.c')
-rw-r--r--pjnath/src/pjnath-test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjnath/src/pjnath-test/test.c b/pjnath/src/pjnath-test/test.c
index 6cc829d5..3dc2085d 100644
--- a/pjnath/src/pjnath-test/test.c
+++ b/pjnath/src/pjnath-test/test.c
@@ -49,9 +49,11 @@ static int test_inner(void)
mem = &caching_pool.factory;
+#if 0
pj_log_set_level(3);
pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |
PJ_LOG_HAS_MICRO_SEC);
+#endif
rc = pj_init();
if (rc != 0) {