summaryrefslogtreecommitdiff
path: root/http/routing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/routing.hpp')
-rw-r--r--http/routing.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/routing.hpp b/http/routing.hpp
index 562abaf06c..921bfe8dc0 100644
--- a/http/routing.hpp
+++ b/http/routing.hpp
@@ -319,7 +319,7 @@ class Trie
case ParamType::PATH:
BMCWEB_LOG_DEBUG("<path>");
break;
- case ParamType::MAX:
+ default:
BMCWEB_LOG_DEBUG("<ERROR>");
break;
}