Ignore:
Timestamp:
Jan 19, 2006 3:58:29 AM (18 years ago)
Author:
bennylp
Message:

Initial, quick and dirty WinCE port with EVC4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/main_mod.c

    r65 r125  
    2525    printk(KERN_INFO "PJLIB test module loaded. Starting tests...\n"); 
    2626     
     27    pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
     28                     PJ_LOG_HAS_MICRO_SEC); 
     29 
    2730    test_main(); 
    2831 
Note: See TracChangeset for help on using the changeset viewer.