[sr-dev] git:master: fix_lumps.h: logging: convert LOG to LM_*
Ovidiu Sas
osas at voipembedded.com
Fri Oct 3 20:46:42 CEST 2014
Module: sip-router
Branch: master
Commit: d0ed596cd420d9a16a339d64c572c8c72bac1017
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0ed596cd420d9a16a339d64c572c8c72bac1017
Author: Ovidiu Sas <osas at voipembedded.com>
Committer: Ovidiu Sas <osas at 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 */
}
More information about the sr-dev
mailing list