浏览代码

fix_lumps.h: logging: convert LOG to LM_*

Ovidiu Sas 11 年之前
父节点
当前提交
d0ed596cd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */
 			}