Skip to content

Commit

Permalink
Reverse unintended change in cLogLevelNames.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Dec 27, 2024
1 parent e1b4018 commit f5d61aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ constexpr LogLevel cValidLogLevelsBeginIdx{LogLevel::Trace};
constexpr std::array<std::string_view, clp::enum_to_underlying_type(LogLevel::LogLevelLength)>
cLogLevelNames{
"NONE", // This isn't a valid log level.
"Trace",
"TRACE",
"DEBUG",
"INFO",
"WARN",
Expand Down

0 comments on commit f5d61aa

Please sign in to comment.