Browse Source

fix_lumps.h: logging: convert LOG to LM_*

Ovidiu Sas 11 years ago
parent
commit
d0ed596cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fix_lumps.h

+ 1 - 1
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 */
 			}