Module: sip-router Branch: master Commit: d0ed596cd420d9a16a339d64c572c8c72bac1017 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0ed596c...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Fri Oct 3 14:43:15 2014 -0400
fix_lumps.h: logging: convert LOG to LM_*
---
fix_lumps.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fix_lumps.h b/fix_lumps.h index dcec6c8..b21cf46 100644 --- a/fix_lumps.h +++ b/fix_lumps.h @@ -65,7 +65,7 @@ inline static void free_via_clen_lump( struct lump **list ) next=lump->next; if (lump->type==HDR_VIA_T||lump->type==HDR_CONTENTLENGTH_T) { if (lump->flags & (LUMPFLAG_DUPED|LUMPFLAG_SHMEM)){ - LOG(L_CRIT, "BUG: free_via_clen_lmp: lump %p, flags %x\n", + LM_CRIT("free_via_clen_lmp: lump %p, flags %x\n", lump, lump->flags); /* ty to continue */ }