Skip to content

Commit e5e0f1c

Browse files
MAXINT->VLOG_INIT
1 parent ea6741f commit e5e0f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/config_printer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ void config_printer::print_log_level(const std::string &key, const std::string &
120120
{
121121
// Specific treatment to ensure log level is always shown
122122
LOG_NUM_PARAM_AS(title.c_str(), m_mce_sys_var.log_level,
123-
// INT_MAX is never == m_mce_sys_var.log_level, so we always show log level
124-
INT_MAX, key.c_str(), log_level::to_str(m_mce_sys_var.log_level));
123+
// VLOG_INIT is never == m_mce_sys_var.log_level, so we always show log level
124+
VLOG_INIT, key.c_str(), log_level::to_str(m_mce_sys_var.log_level));
125125
}
126126

127127
void config_printer::print_rx_num_wre(const std::string &key, const std::string &title)

0 commit comments

Comments
 (0)