Skip to content

Commit a6cd7c3

Browse files
author
Stephane Landelle
committed
Fix log
1 parent e2eca0b commit a6cd7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/netty/request/body/NettyConnectListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private void abortChannelPreemption(String poolKey) {
7272

7373
private void writeRequest(Channel channel, String poolKey) {
7474

75-
LOGGER.debug("\nNon cached request \n{}\n\nusing Channel \n{}\n", future.getNettyRequest(), channel);
75+
LOGGER.debug("\nRequest \n{}\n\nusing non cached Channel \n{}\n", future.getNettyRequest().getHttpRequest(), channel);
7676

7777
if (future.isDone()) {
7878
abortChannelPreemption(poolKey);

0 commit comments

Comments
 (0)