fixed some comments

This commit is contained in:
Fufu Fang 2021-08-30 12:03:51 +01:00
parent 510969a780
commit 82c87d5120
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 1 additions and 1 deletions

View File

@ -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.