summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/logging/backend.cpp3
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
73const char* GetLevelName(Level log_level) { 74const char* GetLevelName(Level log_level) {