Ignore:
Timestamp:
Nov 8, 2005 11:31:55 AM (18 years ago)
Author:
bennylp
Message:

Initial configuration for pjlib-util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pjlib-test/ioq_udp.c

    r11 r32  
    602602    int bufsize, sock_count; 
    603603 
    604     PJ_LOG(3, (THIS_FILE, "...compliance test")); 
     604    PJ_LOG(3, (THIS_FILE, "...compliance test (%s)", pj_ioqueue_name())); 
    605605    if ((status=compliance_test()) != 0) { 
    606606        return status; 
     
    616616                          "elapsed=in timer ticks")); 
    617617 
    618     PJ_LOG(3, (THIS_FILE, "...Benchmarking poll times:")); 
     618    PJ_LOG(3, (THIS_FILE, "...Benchmarking poll times for %s:", pj_ioqueue_name())); 
    619619    PJ_LOG(3, (THIS_FILE, "...=====================================")); 
    620620    PJ_LOG(3, (THIS_FILE, "...Buf.size   #inactive-socks  Time/poll")); 
Note: See TracChangeset for help on using the changeset viewer.