rename log_level_check() to log_check_level()

This commit is contained in:
luwenpeng
2024-08-26 11:05:43 +08:00
parent c08a1458d8
commit 2db9347109
6 changed files with 28 additions and 18 deletions

View File

@@ -650,7 +650,7 @@ void stellar_reload_log_level(struct stellar *st)
{
if (st)
{
log_level_reload(st->runtime.logger);
log_reload_level(st->runtime.logger);
}
}