Ignore:
Timestamp:
Jul 2, 2006 2:53:05 PM (18 years ago)
Author:
bennylp
Message:

Final changeset from the PROTOS testing, fixed misc. crashes. See
mailing list archive for the details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r563 r576  
    984984 
    985985            PJ_LOG(1, (THIS_FILE,  
    986                       "Error processing packet from %s:%d %.*s:\n" 
    987                       "%s\n" 
     986                      "Error processing %d bytes packet from %s:%d %.*s:\n" 
     987                      "%.*s\n" 
    988988                      "-- end of packet.", 
     989                      msg_fragment_size, 
    989990                      rdata->pkt_info.src_name,  
    990991                      rdata->pkt_info.src_port, 
    991992                      (int)tmp.slen, tmp.ptr, 
     993                      (int)msg_fragment_size, 
    992994                      rdata->msg_info.msg_buf)); 
    993995 
Note: See TracChangeset for help on using the changeset viewer.