Przeglądaj źródła

fix_lumps.h: logging: convert LOG to LM_*

Ovidiu Sas 11 lat temu
rodzic
commit
d0ed596cd4
1 zmienionych plików z 1 dodań i 1 usunięć
  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 */
 			}