Ignore:
Timestamp:
Oct 29, 2006 6:13:13 PM (17 years ago)
Author:
bennylp
Message:

Another Symbian commit, ported all PJSIP libraries and sipstateless runs without crashes (still no SIP message though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pjlib-test/test.c

    r788 r789  
    4444const char *param_echo_server = ECHO_SERVER_ADDRESS; 
    4545int param_echo_port = ECHO_SERVER_START_PORT; 
    46 int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
    47                       PJ_LOG_HAS_MICRO_SEC; 
     46int param_log_decor = PJ_LOG_HAS_NEWLINE; 
    4847 
    4948int null_func() 
     
    186185    pj_caching_pool_destroy( &caching_pool ); 
    187186 
    188     PJ_LOG(3,("test", "")); 
     187    PJ_LOG(3,("test", " ")); 
    189188  
    190189    pj_thread_get_stack_info(pj_thread_this(), &filename, &line); 
Note: See TracChangeset for help on using the changeset viewer.