Ignore:
Timestamp:
Sep 18, 2011 2:59:56 PM (13 years ago)
Author:
bennylp
Message:

Modified the libraries to use the new log indentation feature re #1372

File:
1 edited

Legend:

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

    r3553 r3753  
    826826    PJ_LOG(5, (THIS_FILE, "Processing incoming message: %s",  
    827827               pjsip_rx_data_get_info(rdata))); 
     828    pj_log_push_indent(); 
    828829 
    829830#if defined(PJSIP_CHECK_VIA_SENT_BY) && PJSIP_CHECK_VIA_SENT_BY != 0 
     
    881882                                 rdata->pkt_info.src_name,  
    882883                                 rdata->pkt_info.src_port)); 
     884            pj_log_pop_indent(); 
    883885            return; 
    884886        } 
     
    941943     */ 
    942944    pj_bzero(&rdata->endpt_info, sizeof(rdata->endpt_info)); 
     945 
     946    pj_log_pop_indent(); 
    943947} 
    944948 
Note: See TracChangeset for help on using the changeset viewer.