Explorar el Código

Alias LM_NOTICE to NOTICE

Jan Janak hace 16 años
padre
commit
2d09ec6c90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dprint.h

+ 1 - 1
dprint.h

@@ -302,7 +302,7 @@ int log_facility_fixup(void *handle, str *name, void **val);
 #define LM_CRIT  CRIT
 #define LM_ERR ERR
 #define LM_WARN WARN
-#define LM_NOTICE
+#define LM_NOTICE NOTICE
 #define LM_INFO INFO
 #define LM_DBG DEBUG