mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-14 01:32:07 +08:00
Fix var name
This commit is contained in:
parent
8888f5875e
commit
5884f4de2a
@ -65,7 +65,7 @@ protected:
|
||||
// Simply maps spdlog's log level to syslog priority level.
|
||||
//
|
||||
virtual int syslog_prio_from_level(const details::log_msg &msg) const {
|
||||
return syslog_levels_.at(static_cast<levels_array::size_type>(msg.level));
|
||||
return syslog_levels_.at(static_cast<levels_array::size_type>(msg.log_level));
|
||||
}
|
||||
|
||||
using levels_array = std::array<int, 7>;
|
||||
|
Loading…
Reference in New Issue
Block a user