diff options
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 68580e1c0..0a081e7d4 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -80,8 +80,7 @@ const char* GetLevelName(Level log_level) { | |||
| 80 | LVL(Error); | 80 | LVL(Error); |
| 81 | LVL(Critical); | 81 | LVL(Critical); |
| 82 | case Level::Count: | 82 | case Level::Count: |
| 83 | ASSERT_MSG(false, "invalid log level"); | 83 | UNREACHABLE(); |
| 84 | return "Unknown"; | ||
| 85 | } | 84 | } |
| 86 | #undef LVL | 85 | #undef LVL |
| 87 | } | 86 | } |