Rename log_level enums (#252)

* rename loglevel enums

* Update bh_log.c
This commit is contained in:
Wenbo Hu
2020-05-12 13:06:37 +08:00
committed by GitHub
parent 7abd1ca813
commit 1362b6d81f
2 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@
* The verbose level of the log system. Only those verbose logs whose
* levels are less than or equal to this value are outputed.
*/
static uint32 log_verbose_level = LOG_LEVEL_WARNING;
static uint32 log_verbose_level = BH_LOG_LEVEL_WARNING;
void
bh_log_set_verbose_level(uint32 level)