diff options
| -rw-r--r-- | src/common/logging/backend.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 0a081e7d4..92e8e742d 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -66,8 +66,9 @@ const char* GetLogClassName(Class log_class) { | |||
| 66 | ALL_LOG_CLASSES() | 66 | ALL_LOG_CLASSES() |
| 67 | #undef CLS | 67 | #undef CLS |
| 68 | #undef SUB | 68 | #undef SUB |
| 69 | case Class::Count: | ||
| 70 | UNREACHABLE(); | ||
| 69 | } | 71 | } |
| 70 | return "Unknown"; | ||
| 71 | } | 72 | } |
| 72 | 73 | ||
| 73 | const char* GetLevelName(Level log_level) { | 74 | const char* GetLevelName(Level log_level) { |