summaryrefslogtreecommitdiff
path: root/http/nghttp2_adapters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/nghttp2_adapters.hpp')
-rw-r--r--http/nghttp2_adapters.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/nghttp2_adapters.hpp b/http/nghttp2_adapters.hpp
index 3c1f549e85..9f4dc911d7 100644
--- a/http/nghttp2_adapters.hpp
+++ b/http/nghttp2_adapters.hpp
@@ -99,7 +99,7 @@ struct nghttp2_session
{
if (nghttp2_session_server_new(&ptr, callbacks.get(), nullptr) != 0)
{
- BMCWEB_LOG_ERROR << "nghttp2_session_server_new failed";
+ BMCWEB_LOG_ERROR("nghttp2_session_server_new failed");
return;
}
}