diff options
Diffstat (limited to 'src/KM_log.cpp')
| -rwxr-xr-x | src/KM_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp index b2e9bde..7ae3242 100755 --- a/src/KM_log.cpp +++ b/src/KM_log.cpp @@ -148,7 +148,7 @@ Kumu::StreamLogSink::WriteEntry(const LogEntry& Entry) bool Kumu::LogEntry::TestFilter(i32_t filter) const { - switch ( Type ) + switch ( Type ) { case LOG_CRIT: if ( (filter & LOG_ALLOW_CRIT) == 0 ) |
