Skip to content

Commit 80d2523

Browse files
committed
fix: wrong class name for the http2 frame logger
1 parent 740812c commit 80d2523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/oracle/nosql/driver/httpclient/HttpUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import io.netty.util.internal.RecyclableArrayList;
4444

4545
public class HttpUtil {
46-
private static final Http2FrameLogger frameLogger = new Http2FrameLogger(DEBUG, HttpProtocolNegotiationHandler.class);
46+
private static final Http2FrameLogger frameLogger = new Http2FrameLogger(DEBUG, HttpUtil.class);
4747

4848
private static final String CODEC_HANDLER_NAME = "http-codec";
4949
private static final String AGG_HANDLER_NAME = "http-aggregator";

0 commit comments

Comments
 (0)