diff options
Diffstat (limited to 'src/KM_log.cpp')
| -rwxr-xr-x | src/KM_log.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp index 1a9354a..9aff3a5 100755 --- a/src/KM_log.cpp +++ b/src/KM_log.cpp @@ -203,6 +203,7 @@ Kumu::SyslogLogSink::WriteEntry(const LogEntry& Entry) case Kumu::LOG_NOTICE: priority = SYSLOG_NOTICE; break; case Kumu::LOG_INFO: priority = SYSLOG_INFO; break; case Kumu::LOG_DEBUG: priority = SYSLOG_DEBUG; break; + case Kumu::LOG_MAX: break; } AutoMutex L(m_lock); @@ -295,6 +296,8 @@ Kumu::LogEntry::TestFilter(i32_t filter) const return false; break; + case LOG_MAX: + break; } return true; |
