Skip to content

Commit 403f486

Browse files
author
Stephane Landelle
committed
Better log
1 parent a6cd7c3 commit 403f486

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("\nRequest \n{}\n\nusing non cached Channel \n{}\n", future.getNettyRequest().getHttpRequest(), channel);
75+
LOGGER.debug("Request using non cached Channel '{}':\n{}\n", channel, future.getNettyRequest().getHttpRequest());
7676

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

0 commit comments

Comments
 (0)