From 82c87d5120a972011e68bf015c1318f139b11365 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Mon, 30 Aug 2021 12:03:51 +0100 Subject: [PATCH] fixed some comments --- src/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.h b/src/log.h index 559e6da..93e02b8 100644 --- a/src/log.h +++ b/src/log.h @@ -18,7 +18,7 @@ typedef enum { /** * \brief The default log level */ -#define DEFAULT_LOG_LEVEL fatal | error | warning | info | debug +#define DEFAULT_LOG_LEVEL fatal | error | warning | info | debug | cache_lock_debug /** * \brief Get the log level from the environment.