diff --git a/src/proxy/http2/Http2ServerSession.cc b/src/proxy/http2/Http2ServerSession.cc index c6cf78aea38..e62dfc853e1 100644 --- a/src/proxy/http2/Http2ServerSession.cc +++ b/src/proxy/http2/Http2ServerSession.cc @@ -328,7 +328,7 @@ Http2ServerSession::new_transaction() if (!stream || connection_state.is_peer_concurrent_stream_ub()) { if (error.cls != Http2ErrorClass::HTTP2_ERROR_CLASS_NONE) { - Http2SsnDebug("HTTP/2 stream error code=0x%02x %s", static_cast(error.code), error.msg); + Error("HTTP/2 stream error code=0x%02x %s", static_cast(error.code), error.msg); } remove_session();